Issue
I have installed ipython3 and ipython3-notebook on my Ubuntu 14.04 machine.
The command 'ipython3' opens up an ipython instance in the console, running Python 3.4 as expected.
However when I try to get to the browser version using
ipython3 notebook
I get an "ImportError: No module named 'notebook'"
I tried re-installing ipython3-notebook but got the message "ipython3-notebook is already the newest version."
What am I missing here?
Solution
Try this:
pip install jupyter
or
easy_install jupyter
Answered By - Randomazer
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.