Open adowling2 opened 4 years ago
I installed nbpages from the master branch this morning on a second computer (macOS X).
nbpages
I am seeing the following error messages: ModuleNotFoundError: No module named 'jupyter_contrib_nbextensions'
ModuleNotFoundError: No module named 'jupyter_contrib_nbextensions'
UserWarning: IPython3 lexer unavailable, falling back on Python 3
Are these missing dependencies for nbpages?
I installed nbpages by cloning the git repo and running pin install -e .
pin install -e .
I ran conda install -c conda-forge jupyter_contrib_nbextensions. That fixed the error messages. Need to add this to the installation docs?
conda install -c conda-forge jupyter_contrib_nbextensions
I installed
nbpages
from the master branch this morning on a second computer (macOS X).I am seeing the following error messages:
ModuleNotFoundError: No module named 'jupyter_contrib_nbextensions'
UserWarning: IPython3 lexer unavailable, falling back on Python 3
Are these missing dependencies for
nbpages
?I installed
nbpages
by cloning the git repo and runningpin install -e .