Created
August 26, 2015 17:03
-
-
Save sintezcs/06260463d41b81e82881 to your computer and use it in GitHub Desktop.
Install and launch IPython on Mac
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
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install python | |
pip3 install ipython[notebook] | |
ipython notebook | |
http://127.0.0.1:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment