Skip to content

Instantly share code, notes, and snippets.

@tommydangerous
Created January 17, 2018 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommydangerous/1b6d96c2908749664b5b32fe215554f8 to your computer and use it in GitHub Desktop.
Save tommydangerous/1b6d96c2908749664b5b32fe215554f8 to your computer and use it in GitHub Desktop.
Install Jupyter Notebook on Ubuntu
# https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-ubuntu-16-04
$ sudo pip3 install -vU setuptools = 3
$ sudo pip3 install jupyter = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment