-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong type argument: "Not a valid client", nil, jupyter-current-client #546
Comments
If I replicate your steps, things work:
Try |
Hello gmoutso, thank you for your message! You are right when I execute
|
Hi Majukano. I can't think of a reason the Do you run Try also Check for any suspicious messages in the messages buffer. Try the most minimal setup for |
Hello everyone,
I hope someone can help me. I am trying to work in emacs-jupyter with REPL-client.
If I run
M-x jupyter-run-repl
I can select one of the installed kernels and a new Ipython buffer opens:Launching org_test kernel...
Starting org_test kernel process...done
Launching org_test kernel...done
Requesting kernel info...done
However, if I then execute
M-x jupyter-interaction-mode
in the original buffer and then try to send code withC-c C-c
I get:"Wrong type argument: "Not a valid client", nil, jupyter-current-client"
Interestingly, when I try to establish a connection with
M-x jupyter-rep-associate-buffer
, no client is recognised and a new one is opened into which I cannot write with the same error.When I select a connection file with
M-x jupyter-connect-repl
a new ipython buffer opens with "Requesting kernel info...done" When I try to transfer code, jupyter-current-client is still nil. (same error)When I work with org-mode code-blocks and select a kernel, emacs-jupyter works fine.
What information is needed to narrow down the problem?
The text was updated successfully, but these errors were encountered: