Issue
What do you recommend guys for this error when I type in console ipython notebook
and got
ImportError: No module named notebook.notebookapp
?
I installed ipython notebook with pip and really I don't know what is going on.
Solution
For 4.0 and above You need to install the notebook app separately from https://github.com/jupyter/notebook
pip install jupyter
Answered By - user2429409
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.