Skip to content

Instantly share code, notes, and snippets.

@JulianNorton
Last active April 28, 2016 16:30
Show Gist options
  • Save JulianNorton/ce4b267d1bc7c675b20427885e23dabc to your computer and use it in GitHub Desktop.
Save JulianNorton/ce4b267d1bc7c675b20427885e23dabc to your computer and use it in GitHub Desktop.
Installing juypter notebook and python 3
  1. brew uninstall python
  2. brew install python3
  3. brew linkapps python3
  4. brew install python
  5. brew link --overwrite python
  6. brew link --overwrite python3
  7. pip install --upgrade pip
  8. ipython3 kernel install
  9. jupyter kernelspec install-self
  10. brew update
  11. pip3 install jupyter
  12. pip install --upgrade pip
  13. pip3 install --upgrade pip
  14. jupyter kernelspec install-self
  15. pip3 install numpy
  16. pip3 install matplotlib
  17. jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment