jupyterlab-dash icon indicating copy to clipboard operation
jupyterlab-dash copied to clipboard

binder badge broken

Open mathematicalmichael opened this issue 5 years ago • 3 comments

app does not render.

Exception in thread Thread-104:
Traceback (most recent call last):
  File "/srv/conda/lib/python3.7/threading.py", line 917, in _bootstrap_inner
    self.run()
  File "/srv/conda/lib/python3.7/threading.py", line 1158, in run
    self.function(*self.args, **self.kwargs)
  File "/home/jovyan/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

running that suggested command does not help.

mathematicalmichael avatar Apr 11 '19 20:04 mathematicalmichael

tried to run

!pip install jupyterlab-dash==0.1.0a2
!jupyter labextension install [email protected]

then restart kernel and run all. that worked.

mathematicalmichael avatar Apr 11 '19 20:04 mathematicalmichael

For me, it didn't help...

sangeetsaurabh avatar Apr 14 '19 02:04 sangeetsaurabh

Same here. Same problem (on Mac). Tried the above solution proposals. Still run into

`Exception in thread Thread-54: Traceback (most recent call last): File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 1166, in run self.function(*self.args, **self.kwargs) File "/Users/ME/.virtualenvs/p3/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`

thorwhalen avatar May 26 '19 00:05 thorwhalen