echelle icon indicating copy to clipboard operation
echelle copied to clipboard

Import notebookapp

Open kh-kr opened this issue 2 years ago • 1 comments

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

kh-kr avatar Feb 22 '24 11:02 kh-kr

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!

danhey avatar Sep 20 '24 06:09 danhey