jckantor / nbpages

Command line tool to maintain a repository of Jupyter notebooks.
https://jckantor.github.io/nbpages/
MIT License
2 stars 4 forks source link

IPython3 lexer unavailable warning #50

Open adowling2 opened 4 years ago

adowling2 commented 4 years ago

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 running pin install -e .

adowling2 commented 4 years ago

I ran conda install -c conda-forge jupyter_contrib_nbextensions. That fixed the error messages. Need to add this to the installation docs?