Created
September 7, 2015 13:43
-
-
Save francisbautista/11c32be62de109ea0e22 to your computer and use it in GitHub Desktop.
Jupyter Install on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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