Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

binder badge broken #23

Open
mathematicalmichael opened this issue Apr 11, 2019 · 3 comments
Open

binder badge broken #23

mathematicalmichael opened this issue Apr 11, 2019 · 3 comments

Comments

@mathematicalmichael
Copy link

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
Copy link
Author

tried to run

!pip install jupyterlab-dash==0.1.0a2
!jupyter labextension install jupyterlab-dash@0.1.0-alpha.2

then restart kernel and run all.
that worked.

@sangeetsaurabh
Copy link

For me, it didn't help...

@thorwhalen
Copy link

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`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants