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
From Gitter: "I also think we should start the notebook in a more robust way. Here we assume the jupyter command is in your PATH, but we could detect if that's true or not before doing it"
The text was updated successfully, but these errors were encountered:
Another option would be to create a Python script that starts the notebook programatically (instead of passing options to jupyter notebook). The main class to do that is NotebookApp, I think.
Then we could start the notebook with something like:
I was thinking to use a script so that the notebook server can be started in the background with subprocess. What are you thinking to solve this issue?
From Gitter: "I also think we should start the notebook in a more robust way. Here we assume the
jupyter
command is in your PATH, but we could detect if that's true or not before doing it"The text was updated successfully, but these errors were encountered: