jupyter
jupyter copied to clipboard
zmq.error.ZMQError: Address already in use
When calling the babel environment
SRC jupyter-python :session bad :kernel Py310 print("org babel") #+END_SRC
the following error encounters
`
Executing Jupyter-Python unknown at position 190806...
Launching py310 kernel...
jupyter--start-kernel-process: Kernel process exited:
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/jbatke/.virtualenv/Py310/lib/python3.10/site-packages/ipykernel_launcher.py", line 17, in
Process jupyter-kernel-py310 exited abnormally with code 1 `
How can I debug that? I have no clue to start (I updraded the virtual env which apparantly did not help). Any hint is welcome. I use emacs 28.2 and emacs-jupyter from melpa.
In the meantime I found
(setq jupyter-use-zmq nil)
avoids the problem.
See issue #464