Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/emacs-jupyter/jupyter

An interface to communicate with Jupyter kernels.
https://github.com/emacs-jupyter/jupyter

Update README

Close #15.

f716de5a675c391d26e8386be304640163dc1e9d authored about 6 years ago
Remove stale comment

159e6ffdb187f9015cfbfa23d0a8c2f9d4815c77 authored about 6 years ago
Fix `jupyter-inspect` in `org-mode`

3d6dece15160a25671300c9e90db6ff0be347ab8 authored about 6 years ago
Don't slow down src-block result insertion if no latex results

Check for a latex fragment org-element instead of skipping over words. The
previous behavior wou...

611b069f918639a11b73594a98cc720571a3c06c authored about 6 years ago
jupyter-start-kernel: Ensure runtime directory exists

`make-temp-file` tries to read the `temporary-file-directory` and fails if it
does not exist yet...

647f32e4050cd2edf914f4b3da7a6ab78c1e1f7c authored about 6 years ago
jupyter-org-image-link: Simplify construction of attribute string

44652c2d7a240cf87d102cea4c393bb00709b74e authored about 6 years ago
jupyter-repl-ret: Don't send messages when the kernel is busy

260ba128ebbbc119043f47184d4f80c443411e75 authored about 6 years ago
jupyter-org-request-silent -> jupyter-org-request-silent-p

f85993e2bad17c55ec6478059966fa7180193604 authored about 6 years ago
Fix #12: Pop up traceback when `:results silent`

10d189f373faf718b5381c165cca9593f74177a8 authored about 6 years ago
Add variables to customize how short evaluation results are displayed (#21)

* Add `jupyter-eval-short-result-display-function`

* Add `jupyter-eval-short-result-max-lines`

81f9f607053fb2e1ce106aa9d52cda3a32f76367 authored about 6 years ago
jupyter-repl-interaction-mode: Remove missing functions from hooks

`jupyter-eldoc-documentation` and `jupyter--xref-backend` are WIPs that somehow
got into master.

ce6c92a2c449bd6bc6e215728a9762108bb84bd1 authored about 6 years ago
Fix checkdoc error

24a79e29f26a78212b620f5cac271c0a23af4a92 authored about 6 years ago
jupyter-eval-string: Remove redundancy

5f264ab03a6c7993aa0f81c853ba2919913cb58d authored about 6 years ago
Update README

2d31af6aa7bdeced6459c17eb1292260af1be352 authored about 6 years ago
Fix package-lint errors

0a348607074d06dce4acc56de1ee13d45cdbec7c authored about 6 years ago
Fix checkdoc errors

771e2670345c52c7340f1ec665f7fd282d078e56 authored about 6 years ago
fix: use Bash shell and omit rm errors (#13)

Without this change, if the user does not have bash, `command` fails (as
it is a bash built-in)...

321e8fe81f1b4f1a4321364b6ea92a542b799caa authored about 6 years ago
Handle :file parameter in a cleaner way

Temporarily remove the :file parameter from the src-block parameters so that
`org-babel` does in...

9bb0415255a3d82a15e24221596c0f0f9b30ca31 authored about 6 years ago
jupyter-org--append-result: Handle appending to a table result

70f0429e073f7e5cb58ea27c82908e907fc42738 authored about 6 years ago
org-babel-jupyter-cleanup-file-links: Handle links with no directory

ee1078d0c7dc5478ae8797f40e7c21a01a38b6d1 authored about 6 years ago
Fix #14: Undo rear-nonsticky property inserted by `insert-for-yank`

ee62fafdf61eb9a7a8ca82022e9df80a9a1ccd60 authored about 6 years ago
jupyter-repl-indent-line: Only attempt to indent on code cell lines

d7fb71df02613e25a823ba6e1fdd9d7ff187ea9e authored about 6 years ago
Handle field property specially when yanking in the REPL

9ef7553b8ab7f90a3f4bbf02876ff6926fcf9e3c authored about 6 years ago
`jupyter-` -> `jupyter-test-` for test related macros

dbaf9a5524de9c6db675e849a3e8c0d06ba11996 authored about 6 years ago
Silence byte compiler

649c54c15f9852ad1ad34aa07b8f3fcd9bafa51a authored about 6 years ago
jupyter-with-control-code-handling: Properly handle \r

If a \r appears as the last character in the inserted text of BODY,
`jupyter-handle-control-code...

a6a04e44c5710b4b1346594850a212e650ebece7 authored about 6 years ago
Add `jupyter-message-lambda`

This simplifies the writing of message callbacks.

d709b31a646451e2f1f12b94899b79390300c868 authored about 6 years ago
jupyter-kernelspecs-for-mode: More descriptive variable names

f9c1088e450461ccb2c2d1ea1e117eb0b41af889 authored about 6 years ago
jupyter-repl-initialize-fontification: Fix setting of fontify region function

463245e4f937cd0d6093369d52d087e61f251f86 authored about 6 years ago
Document functions related to `jupyter-org-define-key`

9abdc3644dfed06c68a09613d21cf328ac9259db authored about 6 years ago
Update a few comments

4e2e8642ed676eb68c9023fe5ce2868f0e88de61 authored about 6 years ago
Use `when-let*`

1054dc88577d443b898801c7104de8e56eb1136a authored about 6 years ago
jupyter-read-expression (jupyter-repl-client): Remove sentinel value

e439d3a5316d37b1f33f4618f9b1754956ceab38 authored about 6 years ago
jupyter-with-message-data: Add debug spec

9560af95b2172f03da32b60878bb543e62b038fe authored about 6 years ago
jupyter-org--set-current-src-block: Consider :post-affiliated keyword

ab7399f9c0e387222b78c64f22fc25a7a2cabca0 authored about 6 years ago
Refactor implementation of :dir option in Jupyter src-block's

0e6192c86efc0a722d03e1860cf85d57c9f2fb63 authored about 6 years ago
Add `jupyter-kernel-busy-p`

e01f09d97e52084b5f553bb8646ea2a58c46651b authored about 6 years ago
jupyter-completion-prefix: Complete argument lists only in IJulia

Python will interpret a completion request here as asking for all possible
completions which is ...

479503233539465e1a64140e0c0f3fd3db536d48 authored about 6 years ago
Update kernel restart process

39fba18b068158d9d7072dc96df1824d1c54949a authored about 6 years ago
jupyter-repl-propagate-client: Simplify logic

e2381e600cf33ce4adb2e4a77bcae9c5948bda9e authored about 6 years ago
Fix for "No matching paren" when entering Pkg mode in IJulia REPL

c70aeec6b67a762aab487b58d276db4a6aacafd6 authored about 6 years ago
jupyter-repl-interaction-map -> jupyter-repl-interaction-mode-map

123d847a3e6d9ce0cbf03f65d3d07a5d8bb20963 authored about 6 years ago
Add optional USE-FACE argument to fontification functions

0ed7f58c3567cbd2e659185faa9399498f0ff600 authored about 6 years ago
Remove stale comments

c138d35b838c658f8f8a9f89079ab0fa82a13977 authored about 6 years ago
Add `jupyter-kernel-language-mode-properties` and related functions

876c080f7fc888bbf8f81da2de58904bbf376181 authored about 6 years ago
Fix keybinding in documentation

fa809e7801013a9e3979b09ad560be66cf8a5bbb authored about 6 years ago
jupyter-org-with-src-block-client: Mention that a client is created

814300e883af2f89855eb4a30b74ea6aea3de0f8 authored about 6 years ago
Simplify extraction of src-block kernel language

0423fd61684508f7db1e0a426125143442f78a22 authored about 6 years ago
jupyter--decode-message-part: Return nil when MSG is nil

1c6a5e43634fba34008a0e67acb0b712f53118ff authored about 6 years ago
Fix 09ebdac jupyter-org-result (text/plain): Be stricter with usage of `org-babel-script-escape

I guess I should actually run the tests before uploading to github...

9b955398cdd986daf448909e236037d94b5e59be authored about 6 years ago
Update Travis for new default build option in emacs-zmq

4a392fce68ed7d87d4f5fd31108b1d444d599c91 authored about 6 years ago
jupyter-drop-request (jupyter-org-request): Verify marker

03c75caf3214fdf860ac1c1c9e9ee930eeba4dc4 authored about 6 years ago
jupyter-org-result (text/plain): Be stricter with usage of `org-babel-script-escape`

09ebdac3f0fc146e575a25fd880784f03b451781 authored about 6 years ago
jupyter-inspect: Increase default timeout

0dd3946e1e187ea37599c665054897622b74867e authored about 6 years ago
jupyter-eval-string: Handle stderr

5689819fc6cdccf4e5cad090da6cad00b7758aeb authored about 6 years ago
jupyter-org-result: Fix method arguments

8aec6a9f2e84aadb4649946ff5bc00dd115a306e authored about 6 years ago
org-babel-jupyter-cleanup-file-links: Another fix for search bound

`org-babel-result-end` assumes that `point` is on the first line of the result
not on the line c...

bf761b7990a449c1eb1f5ac214a8ded9c0e70801 authored about 6 years ago
org-babel-jupyter-cleanup-file-links: Fix search bound

51a4d9b2d6335412c66d5b1982ecfda8f85bd014 authored about 6 years ago
Don't assume `point` is in the `org-mode` buffer

4878f6a41e4bfece0b56765834582e1ece9644c1 authored about 6 years ago
Add the `jupyter-handle-payload` method

This replaces the `jupyter-repl--handle-payload` function and allows payloads
to be handled in o...

0c92afea2624960efa3f1fa86cdd388b03308a4a authored about 6 years ago
Promote `org-babel-jupyter--cleanup-file-links` to a public function

bf057552d832af68a5b99d8045abcc81abdac92c authored about 6 years ago
Add execution-count slot to a `jupyter-kernel-client`

This allows the default `jupyter-kernel-client' implementation to do the work
of updating the ex...

6b7ecfcf0891bafa21e0329bb861a9cbfec801c3 authored about 6 years ago
Update README

3d6f3234e4580df06891ded925e6d490f223b2ed authored about 6 years ago
Remove redundancy

27c5b34717a900920b86fe35e4afffacf2a8fa7f authored about 6 years ago
Better dynamic keybindings for Jupyter src-block's

36d2cd32caeeb8436e84bc6ff5e498bc4a57a68d authored about 6 years ago
Support inline Jupyter code blocks

e2a9d9b645f664fecc404619257d2fe9368e6aa4 authored about 6 years ago
Remove stale comments; fix documentation

5c004a43a558d891b656e9b3710e89664a81a690 authored about 6 years ago
Add the `org-babel-jupyter-transform-code` method

This method allows kernel languages to do transformations of a src-block's code
based on the par...

2231eb237809904df7ae190028218c15a7916ba0 authored about 6 years ago
Be more robust when creating request objects in an `org-mode` buffer

30be4a37d332b29dca05919f931d504b8d5023a9 authored about 6 years ago
Fix some typos and formatting issues

37b80ddbcd64a2d9fe708306d61cac755c96ab78 authored about 6 years ago
Support images with width and height metadata

05011fa04ec166bdf1d4c7c433a2a20b22228996 authored about 6 years ago
Delete files of unreachable links from `org-babel-jupyter-resource-directory`

1fcbf6ac5b8c397e7601e1808d9c6dbebb045e7f authored about 6 years ago
Add `jupyter-org-interaction-mode`

This is a minor mode, enabled in `org-mode` buffers by default, that provides
completion and Jup...

2294add50be7b4e655bb96a236a1a2eade8d5517 authored about 6 years ago
jupyter-completion-at-point: Inhibit completion when the kernel is busy

86ec099379fe8d7db8b9025feb7dc342b5d8c1e5 authored about 6 years ago
Run append image link tests on asynchronous code blocks

86da392a17572a29538a93c294a65778ebda94f2 authored about 6 years ago
jupyter-org--coalesce-stream-results: Loop over list once

8f1826dabbe383ceba30ae60320b9570d9ac4841 authored about 6 years ago
Remove unused function

cee0db9b2b02b4e8fdf8de467fe5701f0fcfa3e3 authored about 6 years ago
jupyter-test-ipython-kernel-version: Set the `process-environment`

Needed to pick up `PYTHONPATH` settings and the like.

4c163984488e912d45c236f7614792539b07aa78 authored about 6 years ago
Add test for appending multiple file links in `org-mode` blocks

786ff55ff41072a396fe0115c66f9588540fecf5 authored about 6 years ago
Properly handle org element objects when appending results

Any `org-element` that has a type in `org-element-all-objects` does not have a
newline appended ...

cabb7e022bcf87c9ea40858dd7deea1c89599186 authored about 6 years ago
Fix file headers

8e142b32f3e683b16655fc4dcc395048c37764c7 authored about 6 years ago
Cleanup table of keybindings for jupyter-repl-interaction-mode (#7)

Misnamed function and duplicate entry removed. Functions of form
jupyter-repl-eval-* were updat...

fc4d2c348767d247e86a2f01f2041a49d8d7dc88 authored about 6 years ago
org-babel-jupyter--after-execute: Remove redundancy

`jupyter-org--append-result` already handles making the right buffer current.

f4eb8fee7cfb28d9cd94a29ef1f2adeded757c33 authored about 6 years ago
jupyter-org--clear-request-id: Ensure the correct buffer is current

b2368a920c0cd36f595151c53834eb33e0a19e23 authored about 6 years ago
Use `font-lock-fontify-region-function` in a REPL buffer

Uses the new function `jupyter-repl-font-lock-fontify-region` to fontify a REPL
buffer. This fun...

5a3b3bde3a396a8da5ab8bb2df06dddcd75fadcb authored about 6 years ago
Cleanup of function documentation

f5fe8df7509ffbf88160dd76a77049ef8185535c authored about 6 years ago
jupyter-insert-markdown: Fontify inline LaTeX

bbcafd427634fe5aec13747acb2711056fff21f6 authored about 6 years ago
jupyter-eval-string: Include the error name

38d6712200803319e23e052cfdedfa7f333f6350 authored about 6 years ago
jupyter-repl-initialize-fontification: Use `regexp-quote`

675bfb0a381a7da1890cc4f22b20cabe860ad41e authored about 6 years ago
jupyter-repl-initialize-fontification: Fix syntax propertize function

Adds `jupyter-repl--syntax-propertize` which generalizes the old
`syntax-propertize-function` to...

109ee2cce58aa9c7c1651db2565840ea54f56922 authored about 6 years ago
jupyter-org-result: Handle ANSI color codes in text/plain results

80ac63598f372a7cc2c6280f98b526507af15e45 authored about 6 years ago
jupyter-read-expression: Cleanup variables on minibuffer exit

03141c65357edca022eac776532a82f4079edd70 authored about 6 years ago
jupyter-rep-sync-execution-state: Only update the last cell count

169b5647e57fc82932d2d023877c2b5266ce5366 authored about 6 years ago
jupyter-handle-error (:after, python): Inherit text properties

This ensures that the `jupyter-repl-traceback` face is used for the face of the
inserted spaces.

b31c23861e1d6d02e96bda9a202e2baa1fa0b744 authored about 6 years ago
jupyter-start-new-kernel: Use default wait time when starting the kernel

`jupyter-start-kernel` defaults to `jupyter-long-timeout` which already
defaults to 10 s.

ac2b5ccfbe2dd64f111b65e6a561c8755ce4805f authored about 6 years ago
jupyter-completion--arg-extract: Handle `;` in Julia kernels

This also saves the separator after an argument so that
`jupyter-completion--make-arg-snippet` u...

3debb298e1e23f2b930800834192b39d438a9286 authored about 6 years ago
jupyter-inspect: Ensure `jupyter-current-client` is valid

ee0402ab8eb6326a84b0e837b624b664dd859473 authored about 6 years ago
jupyter-org--append-result: Fix handling of `org-element` objects

In particular, file link objects. When an object (in the sense of the
`org-element` API) is inse...

8add10db86c6001bcd6ba1b3286a8b00ee5298b9 authored about 6 years ago
Update tests consider changes in `jupyter-repl-cell-code-end-position`

b735c1a192eb29bcc2faa07a072cd6f8c8ba34a0 authored about 6 years ago
jupyter-with-repl-cell: Don't move point after narrowing

Leave this up to the callers of this macro.

df1d135433865569220b445b3542c2f645f909db authored about 6 years ago