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 has been archived by the owner on Feb 29, 2020. It is now read-only.
I was able to resolve that issue following jupyterlab/jupyterlab#5225.
The TL;DR is that I'm using JupyterLab version 0.33.12 (and not the newest version), which is the highest available version for python2.7. Turns out this version of JupyterLab doesn't work with newer versions of Node, and I had to downgrade to node v.8 to get the installation to go through.
I'm now facing a different problem, however. While the installation seems to finish successfully and I'm able to enable the extension and then see it using jupyter labextension list, when I start jupyter lab I can't see the jupyter_black tab in the settings menu as shown in the README.
Hi, I'm running the following command:
jupyter labextension install @ryantam626/jupyterlab_black
On a conda python2.7 environment after having run
pip install jupyterlab
.Getting the following result:
And that little dot on the left of the last line just keeps spinning - the installation never finishes.
Any ideas what might be happening?
Many thanks
The text was updated successfully, but these errors were encountered: