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
Hi @anuragdogra2192 thank you for submitting this issue! As Notebook 7 is a new codebase, the notebookapp.py module is no longer present. At the moment I am not sure if this is a possibility in the Notebook codebase. You can run jupyter server list from your command line to view the running servers (thanks @JasonWeill).
Description
from notebook import notebookapp, this module is not available on 7.0.2
Reproduce
from notebook import notebookapp as _notebookapp
Output:
ImportError Traceback (most recent call last)
Cell In[10], line 1
----> 1 from notebook import notebookapp as _notebookapp
ImportError: cannot import name 'notebookapp' from 'notebook'
Expected behavior
from notebook import notebookapp - Should be loaded
_notebookapp.list_running_servers() and provide the running servers
Context
Selected Jupyter core packages...
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: