Skip to content

Instantly share code, notes, and snippets.

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 hawkup/303848111786d8425ae4 to your computer and use it in GitHub Desktop.
Save hawkup/303848111786d8425ae4 to your computer and use it in GitHub Desktop.
Install Continuum and Jupython(Ipython) on Unix

Install Continuum

# download file from https://www.continuum.io/downloads#_unix
bash Anaconda-2.3.0-Linux-x86_64.sh
source ~/.bashrc

Install jupython

conda install jupyter (or install only ipython)

Run Ipython

ipython

Run Ipython notebook

ipython notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment