Quantcast
Viewing all articles
Browse latest Browse all 6

Answer by reubano for ipython server can't launch: No module named notebook.notebookapp

Someone mentioned this in a comment, and it (almost) worked for me:

pip install ipython[notebook]

pip gave an error about the hash not matching. However, what ultimately worked was:

sudo port install py27-notebook

And for py3:

sudo port install py35-notebook

Viewing all articles
Browse latest Browse all 6

Trending Articles