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
9ab2762323f41ae34dd3db5a3d1d68ec8cde73cc authored almost 2 years ago
dc928514dc75e1baee9c73ebbc8995b44ab33cee authored almost 2 years ago
Replace with a function passed to `jupyter-launch`
- Getting wrong number of argument errors on...
f534172049f2a169d6fba6d106da9368b373b179 authored almost 2 years ago2d8018b7f3f38bf1dbcb66cfcc6f7b813751a059 authored almost 2 years ago
140284de803d3bcb061d6291a3dc1b141edec91c authored almost 2 years ago
3e40fde7ec701bd2357e53567b083f93849f05ee authored almost 2 years ago
58f281c7fc8b7793c0c2abdeb3f8cfb74581c6ca authored almost 2 years ago
* jupyter-server.el (jupyter-server--verify-kernelspec):
Remove. Update all callers.
4c41ea176fd918f4469aa3bec4cf88fd620e216b authored almost 2 years ago
c30d2effaab65a219250fa5710657d967e545ca9 authored almost 2 years ago
73955c2d1465ba9fca9501c7c893b3bae53e11d0 authored almost 2 years ago
This is already done in `jupyter-launch`.
dc91912d5b0c30a05142234dae8d477e97573fba authored almost 2 years ago
* jupyter-repl.el
(jupyter-repl-kill-buffer-query-function): Use `jupyter-kernel`,
`jupyter-clie...
The merged class is `jupyter-kernel-process`.
The `jupyter-command-kernel` class existed to lau...
eafbc9f96746ab7a25ba0f677236a6f80aaa7b0c authored almost 2 years ago4abf0d07141a4bd37ff0093eb7dc5f3086217226 authored almost 2 years ago
This is to handle message relaying in `jupyter-widget-client`.
* jupyter-client.el (jupyter-sen...
6ca11d695d9c88b6526605d0ce13ac4aaea9e6cb authored almost 2 years ago7a52f6240d3dbb325003ab249882d3a0278fa8e3 authored almost 2 years ago
d1a344a000f4ab95ca1e15444b5f39ca5a39ebe2 authored almost 2 years ago
55009e3a0db04e00e88e9c2cc3a1bb3a64fee114 authored almost 2 years ago
9b2a66868ab2eacc283038a8733453e287696a33 authored almost 2 years ago
eba2bcc280e7b27a8f2f0eedc4ca01a915140d61 authored almost 2 years ago
707ebd189fb71853a8ac1f532b4403481b06ae27 authored almost 2 years ago
* jupyter-kernel-process.el (jupyter-connection): Do it.
5d6dd04949acfe1e0c6f1fb33b7910939a2cfb16 authored almost 2 years agoJust to allow tests to pass at this commit
805048f0f735e1ee08312bc3312d4eadf700f62e authored almost 2 years agoAlso tidy up `jupyter-connection`
31f0ef4f933ad4d8100185dbb4c5e3110bad00d5 authored almost 2 years ago
The former pair of methods were only used to connect clients and
kernels.
* jupyter-client.el (jupyter-client-has-manager-p): Do it.
(initialize-instance)
* jupyter-repl....
* jupyter-client.el (jupyter-client): Do it.
0c6d90cc7e3db3b7e220c50f8ccfba413d8a5cfe authored almost 2 years ago705462c35d17c15707be66890eb251fa04a59ec3 authored almost 2 years ago
9df6d010704b34e8692997d5b6e9b013a195d48a authored almost 2 years ago
This was mainly used when having to refresh the websocket connections
to a server after a REST r...
Also add missing `jupyter-connection` require.
5049cdf9ed15c717583d652edd14be5e3da8357c authored almost 2 years agoStop the clients before stopping an connections to kernel servers.
* test/test-helper.el: Do it.
8cd90fb9e06c67ba0bde768472e66afebf32c7c1 authored almost 2 years ago* test/test-helper.el (jupyter-test-ipython-kernel-version): Do it.
55ee3e7e467888c659781630f33e17f24b2e36fc authored almost 2 years agoc18a5a97635a84066e5d7a1b7b7c1fa930d6ec5d authored almost 2 years ago
* jupyter-repl.el
(jupyter-run-repl): Don't treat interactive calls separately from
non-interact...
* jupyter-base.el (jupyter-read-connection): Validate connection info.
* jupyter-repl.el (jupyt...
d137540061d8e76643e0fcab32d3e67c35cde720 authored almost 2 years ago
Somehow this was not done until now. I had in my mind that shutting
down and interrupting a ker...
790a29fe5d78f3fe1b6743d6b04285678d7360f7 authored almost 2 years ago
a33231b4d3a11e345e29ee3a0068479217259883 authored almost 2 years ago
* jupyter-repl.el (jupyter-repl-display-kernel-buffer): Do it.
c06b71a3f08be945adbb0c55ff5f4ba5ee772765 authored almost 2 years ago61d01dfcf1a62ba3b39f7b64d3f37790cbf17bba authored almost 2 years ago
`(slot-boundp client 'manager)` always returns t since the `manager`
slot defaults to `nil` for ...
390a6c814e4d79b6de686add33d95675634e4603 authored almost 2 years ago
Remove `jupyter-channel-ioloop-comm.el`, `jupyter-comm-layer.el`, `jupyter-ioloop-comm.el`.
Remo...
* jupyter-kernel-process.el
* jupyter-server-kernel.el (jupyter-kernel): New method.
* jupyter-...
f2c9d5fb2591df670d5bbf8d216ba0c7ad864085 authored almost 2 years ago39c30fff11bcd1bbcf9da9c43d63257b5765ea02 authored almost 2 years ago
Since `jupyter-comm-layer` is being removed and `jupyter-server`s
behavior that involves kernel ...
This commit has `jupyter-server-kernel-comm` use the new
`jupyter-connection` interface.
* jupy...
cb43fe137a1b9dacea9a0883b2d78272017d91a5 authored almost 2 years ago
This is mostly a refactor of the old behavior except now the removal
of connection files happens...
This commit removes the `jupyter-comm-layer` dependency of
`jupyter-server`.
* jupyter-server.e...
7398b2c4f8765bb8b3dbef6f0946846e98469909 authored almost 2 years ago
* jupyter-kernel-process-manager.el
(jupyter--kernel-processes): New variable.
(jupyter--gc-kern...
* jupyter-env.el (jupyter-runtime-directory): Do it.
47689ed0cec4f678c50c28cf5d64120ef8f6730d authored almost 2 years agob814e0522315e77b0cea83bcc2aa9b956f2d2f60 authored almost 2 years ago
* jupyter-channel-ioloop-comm.el
(jupyter-channel-ioloop-comm): Remove it from the super-class l...
* jupyter-comm-layer.el
(jupyter-comm-initialize): Remove default method. This is in
preparatio...
This file holds the `jupyter-connection` type which is an intermediate
successor of `jupyter-com...
These methods were not used much internally.
348df7feb5d3a1e3b189d51728134849a5afe75a authored almost 2 years ago* test/jupyter-server-test.el: Do it.
* test/jupyter-tramp-test.el: Do it.
cc60e6abe27e25aec4f2d8d7f864035b3a2fff0c authored almost 2 years ago* jupyter-rest-api (jupyter-api-kernel-websocket): Do it.
b6f89c96dd9f56e970c27bb90c70185a7de46e63 authored almost 2 years ago* jupyter-rest-api.el: Do it.
* test/jupyter-server-test.el: Do it.
591d51c9bcef214644016dc7097e00d5d53f77fe authored almost 2 years agoThis fixes errors with jupyter--send being defined
754f3ed5ff901eeb00876cd46200beb087853fa0 authored almost 2 years ago
This is in preparation for merging `jupyter-command-kernel` and
`jupyter-spec-kernel` into just ...
66ee784b22fd162b3b423676fb683872d737dffb authored almost 2 years ago
The new files added in this commit will eventually replace the manager
and kernel classes and fa...
* jupyter-kernel-manager.el (jupyter-kernel): Set `spec` slot type to
`jupyter-kernelspec`.
(j...
`(byte-compile #'cons)` will return `t` which is not a function.
Passing in the `subr` to `byte-...
85f6ff84edd7f2e249353bff567d3f1391350b68 authored almost 2 years ago
bc3b78be4333bb7a51e262018f7e6dcded621c41 authored about 2 years ago
Fixes file-not-found error when using `dired`.
4d62a88951e4202738db34810c5052fd2f24d655 authored about 2 years ago16cbda79167b4e2f2c6b61b218658f0f660d97f9 authored about 2 years ago
These functions no longer exist in newer versions of `emacs-zmq`.
Closes #433.
Previously it was hard to step through the code whenever messages were
coming in live from a ker...
* jupyter-mime.el (jupyter-insert): Do it.
3736ae753a30344b3147bdd47f9d9c13f775dffe authored about 2 years ago7d20c0aee2f9c896215f35232905b23532ef04c5 authored almost 3 years ago
0a7055d7b12cf98723110415b08ee91869fa7d94 authored almost 3 years ago
Change `target-name` to `target_name`
42a9765897ad36518b5371f558b36cdac3a0ec74 authored about 3 years agodf343af5e9187a400a9291fa6a2b0c69f3ad0425 authored about 3 years ago
c702f1e90f9acded57297fbba88322f16f127b27 authored about 3 years ago
db450a9f4441d41b4bae57ac50651c07ff697224 authored about 3 years ago
03a4f688cc18b26bd4e572359b4a13d7220506ff authored about 3 years ago
a2cbebdfda1ed924eaeed673ab26a1daa91d8493 authored about 3 years ago
`default-directory` is already set according to :dir when executing a
source block. This prevent...
Fixes #351.
4729e211842524ff15f82fbc564f197598e6f10e authored about 3 years ago724d03ea20b5e286c258c18dd9985cc932334362 authored about 3 years ago
57306bf38512aea9462822a3c352f99f8d25f3d3 authored about 3 years ago
7b64e1814464305aa9d9923527507c2ffc70a3fd authored about 3 years ago
This usage broke debugging of org-babel-execute:jupyter.
0dec83f7e4a125c73430a45c2fb2119dcc31bd28 authored about 3 years agoCloses #239
162d047e62468de763db322010a6c348b4fea710 authored about 3 years ago19aab43b9e49c117457b5cb4744a13136578b8f2 authored about 3 years ago
Fixes #328
5b09d4d5ca81ddead063116c1fa9007c72873c2a authored about 3 years agoThe fontification is handled by font-lock in the Org buffer.
See https://github.com/nnicandro/e...
bb53fdd864d89afa40052ed61d184735c78c6b4d authored about 3 years agoSee #244
b87ecf0cd3697bcdc5180fc5935786f2d282538d authored about 3 years agof178c1c7b8d9a0c0b77e38dc03524db3d2c8288a authored about 3 years ago
6de6ccd8910b49682727dfd01a44111d84316abc authored about 3 years ago
This reverts commit 64dda221c0454f3bc78bedbf2ce25632d755772b.
20e68a683632d4772780199216932223fa404aa7 authored over 3 years ago* jupyter-rest-api.el (jupyter-api-get-ordered-checkpoints): Do it.
b4304ae4735a67d9c82221bebb0d2d79c6597d2d authored almost 4 years ago* jupyter-org-client.el (jupyter-org-result): Do it.
62b3de44a4da03bf50659790b5b44ca0903863a2 authored almost 4 years ago
* ob-jupyter.el
(org-babel-jupyter-initiate-session-by-key): Get rid of unnecessary
variable.
(o...
We would still like a message indicating that a kernel process starts on
Windows.
* jupyter-ker...
5d2007d5f20815cba29adc806546db6980514086 authored almost 4 years ago