Skip to content

Instantly share code, notes, and snippets.

@francisbautista
Created September 7, 2015 13:43
Show Gist options
  • Save francisbautista/11c32be62de109ea0e22 to your computer and use it in GitHub Desktop.
Save francisbautista/11c32be62de109ea0e22 to your computer and use it in GitHub Desktop.
Jupyter Install on Ubuntu
$ sudo apt-get install python-pip python-dev build-essential
$ sudo pip install --upgrade pip
$ sudo apt-get install nodejs-legacy
$ pip install jupyter
### Test with the following:
$ jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment