JupyterLab application assets not found

Viewed 167

I just downloaded jupyter lab using pip on my macbook. When I run jupyter lab on my terminal, browser opens with the following error:

JupyterLab Error JupyterLab application assets not found in "/opt/homebrew/Cellar/python@3.10/3.10.6_2/Frameworks/Python.framework/Versions/3.10/share/jupyter/lab" Please run jupyter lab build or use a different app directory

I can run jupyter notebook with no problem.

Note: I can use jupyter lab by running jupyter lab --code-mode

0 Answers
Related