Skip to content

Instantly share code, notes, and snippets.

@tommydangerous
Created January 17, 2018 05:29
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 tommydangerous/ceb38b66c1f8f6303c07d0d2730f0caf to your computer and use it in GitHub Desktop.
Save tommydangerous/ceb38b66c1f8f6303c07d0d2730f0caf to your computer and use it in GitHub Desktop.
Setup Anaconda & Jupyter on Ubuntu
# https://www.anaconda.com/download/#linux
$ ssh jpy
$ mkdir tmp
$ cd tmp
$ wget https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh
$ bash Anaconda3-5.0.1-Linux-x86_64.sh
$ vi ~/.bashrc
# export PATH=~/anaconda3/bin:$PATH
$ source ~/.bashrc
$ conda install numpy
$ conda install scipy
$ conda install jupyter
$ conda update sklearn
$ ssh -i ~/.some.pem 8157:127.0.0.1:8888 ubuntu@ec.aws.inst.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment