Advertisement
geotheory

Untitled

Apr 22nd, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. 20:06 $ which python
  2. /usr/local/bin/python
  3. ✔ ~
  4. 20:09 $ which pip
  5. /Users/username/bin/pip
  6. ✔ ~
  7. 20:10 $ which jupyter
  8. /usr/local/bin/jupyter
  9. ✔ ~
  10. 20:10 $ jupyter notebook
  11. Traceback (most recent call last):
  12. File "/usr/local/bin/jupyter", line 7, in <module>
  13. from jupyter_core.command import main
  14. ImportError: No module named jupyter_core.command
  15. ✘-1 ~
  16. 20:10 $ sudo jupyter notebook
  17. Password:
  18. [I 20:10:47.639 NotebookApp] The port 8888 is already in use, trying another random port.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement