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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
When I am trying to run Dash in Jupyter Notebook, I am getting following error -
Exception in thread Thread-105:
Traceback (most recent call last):
File "/Users/ssaurabh/anaconda3/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/Users/ssaurabh/anaconda3/lib/python3.7/threading.py", line 1158, in run
self.function(*self.args, **self.kwargs)
File "/Users/ssaurabh/anaconda3/lib/python3.7/site-packages/jupyterlab_dash/init.py", line 71, in _perform_show
""")
OSError:
Unable to communicate with the jupyterlab-dash JupyterLab extension.
Is this Python kernel running inside JupyterLab with the jupyterlab-dash
extension installed?
You can install the extension with:
$ jupyter labextension install jupyterlab-dash
Any idea how I need to run my Python Kernel?
Thanks,
Sangeet
csinva, federicofontana, raghavendrajain, annafedotova, jconlon and 2 more