Skip to content

Instantly share code, notes, and snippets.

@Vaguery
Last active August 29, 2015 14:24
Show Gist options
  • Select an option

  • Save Vaguery/b7498d9ef2c74e26f31b to your computer and use it in GitHub Desktop.

Select an option

Save Vaguery/b7498d9ef2c74e26f31b to your computer and use it in GitHub Desktop.
installing/updating iPython notebooks on (my) laptop
  • brew doctor
  • [do what it says]
  • brew list
  • [if no python] brew install python3
  • brew linkapps python3 [per instructions]
  • pip3 install --upgrade pip setuptools [per instructions]
  • pip3 install "ipython[notebook]" [per the iPython page]
  • pip3 install "ipython[test]" (to get nose testing working in notebooks)
  • brew install pyqt
  • brew linkapps qt
  • see the iPython manual for how to launch and create them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment