Import notebookapp
Hi,
I am not able to import notebookapp and hence the echelle.interact() i snot working.
`--------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[483], line 1 ----> 1 from notebook import notebookapp 2 servers = list(notebookapp.list_running_servers()) 3 print(servers)
ImportError: cannot import name 'notebookapp' from 'notebook' (/home/khushboo/anaconda3/lib/python3.11/site-packages/notebook/init.py)
Any suggestions to resolve this issue?
Thanks, Khushboo
Hi Khushboo, this should be fixed in the latest git version of echelle. Can you please install it and let me know if it's working now? Thanks!