You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just recently started to learn how to use 'ipdb' for debugging simple code in Python via jupyter. I started up a jupyter kernel by running jupyter-run-repl and running import pdb; pdb.set_trace() pops up a mini-buffer at the bottom with the prompt ipdb> . Once I run a command like print("test") and entered it. The message "test" gets displayed in the jupyter repl buffer and I got this message:
Error in ZMQ subprocess filter: (jupyter-publisher-subscribers-had-errors (jupyter-publisher-subscribers-had-errors (user-error "Command attempted to use minibuffer while in minibuffer")))
The mini-buffer then disappears and I can't run anymore commands in the repl because jupyter-repl-ret: Kernel busy
I'm running GNU Emacs 30.0.92 on MacOS and emacs-jupyter version 1.0.
Anyone else having this issue? I never used ipdb when I used earlier Emacs version, so I don't know if this is specific to the Emacs build.
Thanks!
The text was updated successfully, but these errors were encountered:
I just recently started to learn how to use 'ipdb' for debugging simple code in Python via jupyter. I started up a jupyter kernel by running
jupyter-run-repl
and runningimport pdb; pdb.set_trace()
pops up a mini-buffer at the bottom with the promptipdb>
. Once I run a command like print("test") and entered it. The message "test" gets displayed in the jupyter repl buffer and I got this message:Error in ZMQ subprocess filter: (jupyter-publisher-subscribers-had-errors (jupyter-publisher-subscribers-had-errors (user-error "Command attempted to use minibuffer while in minibuffer")))
The mini-buffer then disappears and I can't run anymore commands in the repl because
jupyter-repl-ret: Kernel busy
I'm running GNU Emacs 30.0.92 on MacOS and emacs-jupyter version 1.0.
Anyone else having this issue? I never used ipdb when I used earlier Emacs version, so I don't know if this is specific to the Emacs build.
Thanks!
The text was updated successfully, but these errors were encountered: