Issue
I just installed Jupyter Lab and tried it, however it doesn't showup properly. I tried reinstalling and installing but it show the same bug.
I am using dell xps 13, I tried installing it using:
- 'pip install jupyterlab', and
- 'conda install -c conda-forge jupyterlab'
Both gave same error. Is there a solution to this? The Jupyter Notebook is working just fine.
Solution
I had a similar issue using the pip-installed jupyter lab (Using Win64 with Python 3.6 in a virtualenv). Finally, I managed to run it by uninstalling the pip installer version and using the conda installer version:
- "pip uninstall jupyterlab"
- "conda install jupyterlab"
Answered By - dheinz
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.