Open brendan-r opened 1 year ago
Could you try out the next
branch. With that branch, when communicating with a notebook kernel there is no intermediate jupyter-ioloop
so Error 1 shouldn't happen anymore. I don't know what results in Error 2, but it might be fixed on the next
branch as well.
Could you try out the
next
branch. With that branch, when communicating with a notebook kernel there is no intermediatejupyter-ioloop
so Error 1 shouldn't happen anymore. I don't know what results in Error 2, but it might be fixed on thenext
branch as well.
It worked for me, thanks. (I have the same error (Error1) on branch master, and it works on 'next' branch)
When trying to connect to kernels on remote notebook servers, I always get
zmq-subprocess-error void-function
. The server is in a docker container, on an EC2 instance.emacs-jupyter
works fantastic with a local kernel!When running a notebook server via
jupyter notebook --ip 0.0.0.0 --allow-root --no-browser
:However, I always get the same error when trying to connect to a kernel, for example if I press
RET
on a kernel listed in the buffer produced byjupyter-server-list-kernels
. The full output withtoggle-debug-on-error
is under 'Error 1', below.When killing the call to
jupyter notebook ...
and instead usingjupyter kernel
, and trying to connect via TRAMP syntax to a JSON file, I get Error 2.Any ideas for me?
Package versions:
zmq-20230214.36
,jupyter-20230214.215
emacs-version:GNU Emacs 28.2 (build 1, x86_64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.1 (Build 21G217)) of 2022-12-28
. IIRC I didn't use native compilation.Jupyter server info:
Error 1:
Error 2: