Ecosyste.ms: OpenCollective

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

Emacs-Jupyter

Provides an interface to enable developers to build Jupyter frontends within Emacs and integrates Jupyter with some of Emacs' built-in features.
Collective - Host: opensource - https://opencollective.com/emacs-jupyter - Code: https://github.com/emacs-jupyter

Remove two methods of `jupyter-kernel-process-manager`

There was an implementation of `jupyter-start-channels` for a
`jupyter-kernel-process-manager` d...

github.com/emacs-jupyter/jupyter - ebf67c475e2bea852510f5812bd9ee21d9a99ca8 authored almost 4 years ago
Remove the `jupyter-ioloop-handler` method

Replace it with a handler function passed to `jupyter-ioloop-start`.

* jupyter-ioloop-comm.el: ...

github.com/emacs-jupyter/jupyter - 1fa6ed4e5f1eee91a1da5b1cd6f80d4a8931f468 authored almost 4 years ago
Remove `jupyter-session` based `jupyter-ioloop-start` implementation

This in preparation for removing the `jupyter-ioloop-handler` method
altogether.

* jupyter-iolo...

github.com/emacs-jupyter/jupyter - 786f61fb990082827be3f700637655cda90c3836 authored almost 4 years ago
Add `jupyter-read-connection`

* jupyter-base.el (jupyter-read-connection): New function.

* jupyter-kernel-process-manager.el
...

github.com/emacs-jupyter/jupyter - 6be4f79ab373db8f6358f219e6374c29ed27d461 authored almost 4 years ago
Query for a kernel with `point` at the last place a user left it

`jupyter-org-closest-jupyter-language` falls back to asking a user for a
kernel, when it does so...

github.com/emacs-jupyter/jupyter - c36f6fd63a7b0c736f7c597be18615db9cbabdc8 authored almost 4 years ago
Use :extra methods for `org-babel-jupyter-parse-session`

* ob-jupyter.el
(org-babel-jupyter-server-session)
(org-babel-jupyter-parse-session): Convert to...

github.com/emacs-jupyter/jupyter - 026c3fac61b97dc51e71df836ee2014518efa274 authored almost 4 years ago
jupyter--connection-info: Validate connection info before returning it

* jupyter-client.el (jupyter--connection-info): Do it.
(jupyter-comm-initialize): Remove validat...

github.com/emacs-jupyter/jupyter - baa291a0e8c19261655faf5cd3a0e2e1d7007962 authored almost 4 years ago
Fix ordering of system-type check

We would still like a message indicating that a kernel process starts on
Windows.

* jupyter-ker...

github.com/emacs-jupyter/jupyter - 5d2007d5f20815cba29adc806546db6980514086 authored almost 4 years ago
Reduce length of some variable names

* ob-jupyter.el
(org-babel-jupyter-initiate-session-by-key): Get rid of unnecessary
variable.
(o...

github.com/emacs-jupyter/jupyter - a6c40a44fcbb223823d44507469b11d220bfc434 authored almost 4 years ago
Mention why :file is being added to source block params

* jupyter-org-client.el (jupyter-org-result): Do it.

github.com/emacs-jupyter/jupyter - 62b3de44a4da03bf50659790b5b44ca0903863a2 authored almost 4 years ago
Use `cl-labels` in one place

* jupyter-rest-api.el (jupyter-api-get-ordered-checkpoints): Do it.

github.com/emacs-jupyter/jupyter - b4304ae4735a67d9c82221bebb0d2d79c6597d2d authored almost 4 years ago
Don't add the font-lock-multiline property to finalized cell text

The boundaries of cell text are already considered by
`jupyter-repl-map-cells` (called during fo...

github.com/emacs-jupyter/jupyter - 477dcfd71cd46af700c69223b9603573862bb511 authored almost 4 years ago
Don't narrow to REPL cell when fontifying syntactically

There is no need to do so since
`jupyter-repl-font-lock-fontify-region` already takes care of
na...

github.com/emacs-jupyter/jupyter - 303a8f2e8178d26680a95a01582ce097498aa741 authored almost 4 years ago
Rename internal functions for clarity

The following changes are made:

jupyter--run-handler-p -> jupyter--request-allows-handler-p
jup...

github.com/emacs-jupyter/jupyter - d6aced9e71ea387263138adc69f6c1af2cab9b49 authored almost 4 years ago
Remove `jupyter-(send|recv)` methods of a `jupyter-session` object

There is no need to have an extra function call and they were not used
anywhere else.

* jupyter...

github.com/emacs-jupyter/jupyter - d1c6f74ead011978a04ea962ad0ee9ea4fc21843 authored almost 4 years ago
Refactor message sending/receiving

`jupyter-handle-*` methods now only take an argument list like

(client req msg)

instead of...

github.com/emacs-jupyter/jupyter - 7786d30468981c3b5b6aca78d15f7850710d17eb authored almost 4 years ago
Re-work jupyter-request documentation

* jupyter-base.el: Do it.

github.com/emacs-jupyter/jupyter - 1c154ca68d9f7e9efd818a00b95927c3ca2ec5b1 authored almost 4 years ago
jupyter-request-idle-received-p -> jupyter-request-idle-p

but first...

* jupyter-base.el: ...idle-received-p -> idle-p for jupyter-request objects

* jup...

github.com/emacs-jupyter/jupyter - c3fae7d7df9e96bde43b235a7fa804046dce7377 authored almost 4 years ago
Add syncing functions

These will be used in future commits.

* jupyter-client.el (jupyter-idle-sync)
(jupyter-add-idle...

github.com/emacs-jupyter/jupyter - 7ca3344c1b8269ee78153bc7bbbb9f1fd32db926 authored almost 4 years ago
Move declaration

* jupyter-base.el: Do it.

github.com/emacs-jupyter/jupyter - 04330c4dd37b3753298f5c013c2cdb25d63cb03a authored almost 4 years ago
Refactor `jupyter-handle-message` and related

Reduce the number of arguments `jupyter-handle-message` takes, by just
passing the message prope...

github.com/emacs-jupyter/jupyter - 9205805935c33c46241f369cbc8e4eaf5b3f3d94 authored almost 4 years ago
Update jupyter--encode for new Emacs JSON API.

The old Emacs JSON API (for versions <= 27.2 at time of commit) was
structured in a way that rep...

github.com/emacs-jupyter/jupyter - 9285480715d0381b707dcd8c4753dbb7e23d61ff authored almost 4 years ago
Update Travis build

github.com/emacs-jupyter/jupyter - 3f54271e40a014339ebfa60d9a442c4b47c99d94 authored almost 4 years ago
README Changes

github.com/emacs-jupyter/jupyter - 1a5ec3171fdca962462f93fd2a2dc1bc5cf0e275 authored almost 4 years ago
Fix minor typo (resourse -> resource)

github.com/emacs-jupyter/jupyter - 6ce8d01e3a550a3268b415bf9d9b635d4dba5940 authored about 4 years ago
Require eieio for jupyter-channel defclass

github.com/emacs-jupyter/jupyter - 7372a117064fabe4ef581a16008f6073564b2671 authored about 4 years ago
Remove .github/FUNDING.yml

github.com/emacs-jupyter/jupyter - 64dda221c0454f3bc78bedbf2ce25632d755772b authored over 4 years ago
Fix missing function

`jupyter-server-make-instance` is from another branch.

* ob-jupyter.el: Remove `jupyter-server-...

github.com/emacs-jupyter/jupyter - 785edbbff65abb0c929dc2fbd8b8305c77fd529e authored almost 5 years ago
Fix undefined variable

* jupyter-R.el (jupyter-org-result): Do it.

github.com/emacs-jupyter/jupyter - 62ad054001955f41ff11ca5d6572c65fe004ae6b authored almost 5 years ago
Replace `jupyter-repl-cell-cond` with `jupyter-repl-map-cells`

* jupyter-repl.el
(jupyter-repl-map-cells): New function.
(jupyter-repl-cell-cond): Remove. Upda...

github.com/emacs-jupyter/jupyter - a9ae0bcef52a62cf7df520756d994162a0570156 authored almost 5 years ago
Refactor source block overriding mechanism

This commit adds the function `org-babel-jupyter--babel-map` and some
auxiliary functions to sim...

github.com/emacs-jupyter/jupyter - a7dbff9aa39fa0de08c89e8bf1e7247094ea4b6f authored almost 5 years ago
Remove more `jupyter-channels-running-p` implementations

The implementations are really aliases of `jupyter-comm-alive-p` so
keep that one instead. The ...

github.com/emacs-jupyter/jupyter - 71789f7cfd8a0a5e6925f5056400f4de5aaf8e3f authored almost 5 years ago
Reduce number of arguments of `jupyter-org-result`

This groups the DATA and METADATA argument of `jupyter-org-result`
into a CONTENT argument to fi...

github.com/emacs-jupyter/jupyter - 6baecc9a902189f75da16d2fb783713b0ebd53f0 authored almost 5 years ago
Remove some method implementations

The `jupyter-kill-kernel` of a kernel manager serves no purpose, just
use `jupyter-shutdown-kern...

github.com/emacs-jupyter/jupyter - 25270f7d3b9485abfbba07895ea397b95b7f0b41 authored almost 5 years ago
Replace the `jupyter-loop-over-mime` macro

It is replaced with `jupyter-map-mime-bundle` which is a function.

* jupyter-base.el (jupyter-l...

github.com/emacs-jupyter/jupyter - e400266ce1b5048c6ce377fd76fc05ba2e0c58b8 authored almost 5 years ago
Use `and` in one place

* jupyter-org-client.el (jupyter-org--append-stream-result-p): Do it.

github.com/emacs-jupyter/jupyter - 90e0c06f2e921cc434304afbc8d55dd7de7130fe authored almost 5 years ago
Do not delete a character that isn't expected

* jupyter-org-client.el (jupyter-org--append-to-example-block): Do it.

github.com/emacs-jupyter/jupyter - 7d61c825679d4534776dfedf4496a0639d744310 authored almost 5 years ago
Use `pcase` in one place

* jupyter-org-client.el (jupyter-org--find-mime-types): Do it.

github.com/emacs-jupyter/jupyter - adcc853183e8db10dd1e30f8f8e6f0a8e9a491ab authored almost 5 years ago
Use `cl-callf2` in a few places

* jupyter-comm-layer
(jupyter-comm-add-handler, jupyter-comm-remove-handler): Do it.

github.com/emacs-jupyter/jupyter - 4a0617132fa05427f1e27f543aec63a8de4c69cf authored almost 5 years ago
Remove unused code

The `jupyter-zmq-channel-comm.el` file was more of an experiment and
is unused. It also causes ...

github.com/emacs-jupyter/jupyter - 91ca722b63573d282c46776c823b5fcee508e7be authored almost 5 years ago
Fix regression

In `org-babel-jupyter-initiate-session-by-key`, the function to
disassociate a client from a :se...

github.com/emacs-jupyter/jupyter - 97c421a6988afae7840c9449709067a4e838ec7e authored almost 5 years ago
Keep uppercase characters in kernel language names

Converting to lowercase was done arbitrarily. So that one could write
`(jupyter-lang wolfram-la...

github.com/emacs-jupyter/jupyter - 587ed4e0293f94f441936ca34ecb68e8517fca09 authored almost 5 years ago
Set back to dev

github.com/emacs-jupyter/jupyter - 82f8fe691e96ca04c5a85e68f74a24bb968213d3 authored almost 5 years ago
ob-jupyter.el: Add more documentation

* ob-jupyter.el: Do it.

github.com/emacs-jupyter/jupyter - 4c9e61669052e85a471a8e88506ee3c4f74cae58 authored almost 5 years ago
Move kludge outside of `org-babel-jupyter-make-language-alias`

That function should just create the function aliases and define the necessary
variables if not ...

github.com/emacs-jupyter/jupyter - a997e34001879446c08cfdf7f0f530174bc6b2fc authored almost 5 years ago
Use `pcase-let` to reduce verbosity

* ob-jupyter.el
(org-babel-jupyter-initiate-client) [org-babel-jupyter-remote-session]: Do it.

github.com/emacs-jupyter/jupyter - 16ea58e59e7b176ba07165fb5eb0d83821e9448e authored almost 5 years ago
Fix typo

* ob-jupyter.el (org-babel-jupyter-initiate-client): Do it.

github.com/emacs-jupyter/jupyter - 8c840d42d3a5a508127ef8010ff92099bef97b64 authored almost 5 years ago
Silence byte compiler

github.com/emacs-jupyter/jupyter - dc8fc6767f7547aec5328ea46121d1362f963a62 authored almost 5 years ago
Fix wrong number of arguments

* ob-jupyter.el (org-babel-prep-session:jupyter)
(org-babel-load-session:jupyter): Fix number of...

github.com/emacs-jupyter/jupyter - 0c2531402e307cb44f2fee5cd92adbf28f102703 authored almost 5 years ago
Unify code waiting for kernel processes to be ready

* jupyter-kernel-process-manager.el
(jupyter--after-kernel-process-ready): New macro.
(jupyter-s...

github.com/emacs-jupyter/jupyter - d336cdcacec449b1664e716b47b38013ec506d7b authored almost 5 years ago
Relocate `jupyter-write-connection-file`

The function writes to `jupyter-runtime-directory` and does not depend on
anything in`jupyter-ke...

github.com/emacs-jupyter/jupyter - 02231066e113e543439d8ce9629aae040e3300f7 authored almost 5 years ago
Run test only on Emacs versions where a bug can be detected

The test for #219 isn't really testing the root cause of the bug, only a
symptom. And it doesn'...

github.com/emacs-jupyter/jupyter - 187cb479c2a55caee878365bb98edc085efec906 authored almost 5 years ago
Add test for `org-babel-jupyter-parse-session`

* test/jupyter-test.el (org-babel-jupyter-parse-session): New test.

github.com/emacs-jupyter/jupyter - 3aa523ddf284ed5f0731f7ead80a4fd9318c60c8 authored almost 5 years ago
org-babel-jupyter-parse-session: Handle .json suffix more smoothly

If a Jupyter TRAMP remote file contains a .json suffix do not treat it as a
kernel connection fi...

github.com/emacs-jupyter/jupyter - 0281704e4d232bf9e30a62398b9032db46a3657f authored almost 5 years ago
Fix typo

* ob-jupyter.el (org-babel-jupyter-parse-session): `:connect-repl` -> `:connect-repl-p`

github.com/emacs-jupyter/jupyter - 4ed5b2644f4bd409538a279e76ea94adf1cde860 authored almost 5 years ago
Add test to catch a symptom of #219

* test/jupyter-test.el: Do it.

github.com/emacs-jupyter/jupyter - e9899c65cd33120007003fcf667e1929ebc0cbf1 authored almost 5 years ago
Remove `jupyter-repl-insert`

It's main purpose was to not forget to add the `read-only` property to text
that needed it. The...

github.com/emacs-jupyter/jupyter - db5d06faa6e7e42b2507dcecaf1371242e9c74e3 authored almost 5 years ago
ob-jupyter.el: Remove stale declarations

* ob-jupyter.el: Do it.

github.com/emacs-jupyter/jupyter - 51b7ddc57a88467f2e2433270dbaff952ae0219f authored almost 5 years ago
ob-jupyter.el: Update documentation

* ob-jupyter.el (org-babel-jupyter-session-clients)
(org-babel-jupyter-session-key)
(org-babel-e...

github.com/emacs-jupyter/jupyter - 4399d25cdbd92ddbede2c6946d78669964b8ec4d authored almost 5 years ago
Refactor Org Babel :session handling

Introduce the `org-babel-jupyter-initiate-client` generic. Method
implementations return a `jupy...

github.com/emacs-jupyter/jupyter - ce08af0932c5c46c08a29174b89875f1fa36b234 authored almost 5 years ago
org-babel-prep-session:jupyter: Remove optional argument

* ob-jupyter.el
(org-babel-jupyter--insert-variable-assignments): New function.
(org-babel-prep-...

github.com/emacs-jupyter/jupyter - 44adef4bc08c469d0e80134103664e11ac860c8a authored almost 5 years ago
Add `jupyter-server-has-kernelspec-p`

* jupyter-server.el (jupyter-server-has-kernelspec-p): New method.

* ob-jupyter.el (org-babel-j...

github.com/emacs-jupyter/jupyter - 4ce54a056b426ba0369dd47a78471edf0abcffef authored almost 5 years ago
org-babel-execute:jupyter: Isolate use of `org-babel-jupyter--remove-file-param`

The :file result-parameter of source block interferes with how async result
insertion works, nam...

github.com/emacs-jupyter/jupyter - a7769c78ed8e277c9c5d582e2f6b2a7bc3f62dec authored almost 5 years ago
org-babel-execute:jupyter: Update two comments

* ob-jupyter.el (org-babel-execute:jupyter): Do it.

github.com/emacs-jupyter/jupyter - 6420e206467e9d4193f3633e8959c25447a87fc7 authored almost 5 years ago
Don't set `org-babel-jupyter-current-src-block-params`

This variable is `let` bound by `org-babel-execute:jupyter` and its value reset
after that funct...

github.com/emacs-jupyter/jupyter - 5c2469dbe40a3ee82537ecb549ee0b05ef35e194 authored almost 5 years ago
Revert commits making ZMQ optional

These commits were pre-maturely pushed to master.

This reverts commits:

- 3322ce7b315b1d09...

github.com/emacs-jupyter/jupyter - a4e0616ed4acd90f1ee7cb981bb8fb6bc05712d6 authored almost 5 years ago
Fix ordering of slot access

* jupyter-server-ioloop-comm.el
(jupyter-server-kernel-connected-p): Do it.

github.com/emacs-jupyter/jupyter - 3322ce7b315b1d092686422a85c3a5f1a97af739 authored almost 5 years ago
Don't require ZMQ in Makefile targets

* Makefile: Do it.

github.com/emacs-jupyter/jupyter - 8883a6631a16c79f2c7d8149e3f9c2b36ad6241b authored almost 5 years ago
Introduce new file and custom variable

* jupyter-server-ioloop-comm.el: New file.

* jupyter-server.el (jupyter-server-use-zmq): New va...

github.com/emacs-jupyter/jupyter - a5f8d991b049bb66f73435573e09e1c6635c7415 authored almost 5 years ago
Split ZMQ dependent tests into `test/jupyter-zmq-test.el`

* test/jupyter-test.el: Move all zmq related tests (and code) to
`test/jupyter-zmq-test.el`, a...

github.com/emacs-jupyter/jupyter - ae5dad9796149eeeefda78d615a8e72abe95a9ac authored almost 5 years ago
Ensure tests independent of ZMQ don't load it

* test/jupyter-server-test.el (jupyter-server): Replace test with one that
takes into account a ...

github.com/emacs-jupyter/jupyter - 0e202a02fa5a1ca805dbc0518c8db700bf5466ea authored almost 5 years ago
Implement a `jupyter-comm-layer` using a websocket

The `jupyter-server-kernel-comm` class is re-purposed for this, as mentioned in
the previous com...

github.com/emacs-jupyter/jupyter - 57252152688a69c55551368d1e25737a5c76982b authored almost 5 years ago
Add section on `jupyter-comm-layer` in README

* README.org: Do it.

github.com/emacs-jupyter/jupyter - 1a739feec7ab24c072227d6735b084ea48bbcf4d authored almost 5 years ago
Rework "Waiting for messages" section in README

* README.org: Do it.

github.com/emacs-jupyter/jupyter - 4115ff5f73bcea095dea41b2abd913eac57e55ba authored almost 5 years ago
Split ZMQ related code from `jupyter-server.el`

In the following, accept means moved from `jupyter-server.el` and move means
moved to `jupyter-s...

github.com/emacs-jupyter/jupyter - 3b3e358933826a38ab65459d661a13964ea7a58c authored almost 5 years ago
Make ZMQ an optional user dependency

* jupyter-server.el (jupyter-ioloop, jupyter-server-ioloop): Remove requires.
(jupyter-server): ...

github.com/emacs-jupyter/jupyter - ee8b5180e58ea64ede77f9433839cab2497b14aa authored almost 5 years ago
Allow modification hooks when suppressing continuation prompts

* jupyter-repl.el
(jupyter-repl-inhibit-continuation-prompts): New variable.
(jupyter-repl-witho...

github.com/emacs-jupyter/jupyter - b691d38483b6540d42d482a32d35eb54178e5658 authored almost 5 years ago
Mass rename of `jupyter-comm-layer` related functions

The following changes are made:

`jupyter-initialize-connection` -> `jupyter-comm-initialize...

github.com/emacs-jupyter/jupyter - 1c45c3226bac176d17e2019b0c86330bed56c929 authored almost 5 years ago
Remove unnecessary Version headers in test files

* test/jupyter-server-test.el: Do it.

* test/jupyter-test.el: Do it.

* test/jupyter-tramp-test...

github.com/emacs-jupyter/jupyter - 989e17c706560cb0ee0f2eee2beda6c052d71ff5 authored almost 5 years ago
Fix missing argument in call to `tramp-run-real-handler`

* jupyter-tramp.el (jupyter-tramp-expand-file-name): Do it.

github.com/emacs-jupyter/jupyter - b66ddf50eb66675aac1077321d5e46166877ae3c authored almost 5 years ago
Add missing half of test

* test/jupyter-test.el (org-babel-jupyter-inline-blocks): Do it.

github.com/emacs-jupyter/jupyter - de7af256a97813d6c0bd04e53aa36401cf3f8c33 authored almost 5 years ago
Fix recursive loading caused by autoload in `jupyter-tramp.el`

fixes #172
fixes #215

* jupyter-tramp.el (jupyter-tramp-file-name-p): Change to `defsubst`.

github.com/emacs-jupyter/jupyter - 045f2b8b429fd6dc3ecb4f7baf2bd3012e0887b0 authored almost 5 years ago
Remove unnecessary uses of ZMQ

* test/test-helper.el (jupyter-test-conn-info-plist)
(jupyter-test-ensure-notebook-server): Do it.

github.com/emacs-jupyter/jupyter - 2e0b74c5880c446541514ccb2dcff0db03536dd1 authored almost 5 years ago
Remove unused function

That also happens to use a ZMQ function.

* jupyter-rest-api.el (jupyter-api-upload-large-file):...

github.com/emacs-jupyter/jupyter - be8ee2c4824ce5ef02287f0874e56127f0de6720 authored almost 5 years ago
Handle variations in kernelspec language names more smoothly

* README.org: Add notes on behavior when a kernel's language name has spaces
and uppercase cha...

github.com/emacs-jupyter/jupyter - 308a4779d8f8dae8d261cac6c121a109aa911ad8 authored almost 5 years ago
Use `org-element-create`

github.com/emacs-jupyter/jupyter - bb50dfb8307e060815873a25a19f151f3af3ae9e authored almost 5 years ago
Handle inline results similar to non-inline

fixes #204

* jupyter-org-client.el (jupyter-handle-execute-result): Call
`jupyter-org-result` o...

github.com/emacs-jupyter/jupyter - 226a14b232908da9b7619518f0614126a99c8e40 authored almost 5 years ago
Remove extra quote in `jupyter-repl-interaction-mode`s :lighter

* jupyter-repl.el (jupyter-repl-interaction-mode): Do it.

github.com/emacs-jupyter/jupyter - 5883bad935f58719ec374b53fc7efaed3fec7358 authored almost 5 years ago
Avoid an unnecessary error condition in `jupyter-wait-until-idle`

`jupyter-wait-until-idle` can return immediately if an idle message has already
been received, b...

github.com/emacs-jupyter/jupyter - cff20a5a6aaf5e10720149280a7fb46ef5c4a41c authored almost 5 years ago
Remove a call to `cons`

* jupyter-widget-client.el (jupyter-widgets-on-message): Do it.

github.com/emacs-jupyter/jupyter - 0e68f0f2f492d475d3daf28b68eb2eb1746bec66 authored almost 5 years ago
jupyter-widgets-client.el: Refactor `jupyter-handle-comm-open`

* jupyter-widget-client.el (jupyter-widgets-start-websocket-server)
(jupyter-widgets--initialize...

github.com/emacs-jupyter/jupyter - 7ffc27ed2e894bbe508f20ccf1be5b5bf5a2ee44 authored almost 5 years ago
Remove some code duplication

* jupyter-widget-client.el (jupyter-widgets--send-deferred): New function.
(jupyter-widgets-on-m...

github.com/emacs-jupyter/jupyter - 16176b197a30348e81fa774e0f4b27f9e7f73445 authored almost 5 years ago
`jupyter-widgets-sanitize-comm-msg` -> `jupyter-widgets-normalize-comm-msg`

* jupyter-widget-client.el (jupyter-widgets-sanitize-comm-msg): Do it. Update
all callers.

github.com/emacs-jupyter/jupyter - 68afaab9b5f8b785058e32f822f8b4233f9c461f authored almost 5 years ago
Deactivate REPL interaction buffers in `kill-buffer-hook`

* jupyter-repl.el (jupyter-repl--deactivate-interaction-buffers): New function.
(jupyter-repl-ki...

github.com/emacs-jupyter/jupyter - a4683d1a1471665482bc27f17bc471c4f45edbf6 authored almost 5 years ago
jupyter-repl.el: Prefer `evaluate` to `run` in documentation

github.com/emacs-jupyter/jupyter - 4a899deddc647bafcc97d03c2d3915cb3962bdab authored almost 5 years ago
Do more cleanup after finishing Org src-block requests

* jupyter-org-client.el (jupyter-drop-request): Reset
`org-babel-jupyter-current-src-block-par...

github.com/emacs-jupyter/jupyter - e6e9694f9435d2e67f1053e10712fefe58d53ab9 authored almost 5 years ago
Simplify doc of `org-babel-jupyter-current-src-block-params`

* ob-jupyter.el (org-babel-jupyter-current-src-block-params): Do it.

github.com/emacs-jupyter/jupyter - c26978baf8f14acd1cc9c95cae1cfa5ced8adbc6 authored almost 5 years ago