Skip to content

Instantly share code, notes, and snippets.

@sintezcs
Created August 26, 2015 17:03
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 sintezcs/06260463d41b81e82881 to your computer and use it in GitHub Desktop.
Save sintezcs/06260463d41b81e82881 to your computer and use it in GitHub Desktop.
Install and launch IPython on Mac
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