Trying to start Jupyter Lab using jupyter lab
gives the following error:
AttributeError: 'ExtensionManager' object has no attribute '_extensions'
In case this has anything to do with Python, I am using version 3.9.5 installed through Homebrew.
> which python3
python3: aliased to /usr/local/bin/python3
> python3 --version
Python 3.9.5
I installed Jupyter using pip3.
I am able to use jupyter notebook
and jupyter console
, however. Only jupyter lab
results in this error message.