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 encountered the exact same symptom. In my case, jupyter-lab was in nix develop environment.
It turns out that jupyterlab-cond-build (https://github.com/tweag/jupyenv/blob/main/lib/jupyter.nix#L55) causes an infinite recursive calls to jupyter-lab. Here, the jupyter command dispatches its subcommand from the PATH, and, in our case it is jupyter-lab we installed that starts another jupyterlab-cond-build and so on.
Current Behavior
Adding to system packages in NixOS, and running any jupyter* command ends with an endless loop.
Expected Behavior
To not loop endlessly and starts listening on 8888 port
Steps To Reproduce
OS
Version
37c9075 (jupyenv/main)
Additional Context
I investigated a bit:
And come to conclusion that the last command here is the culprit.
Dig a bit further and found out it works if I isolate the environment:
This now starts listening to the 8888 port and I can start python kernel.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: