Skip to content

Instantly share code, notes, and snippets.

@yangj1e
yangj1e / notebook.sh
Last active April 15, 2017 09:16
Deploy Jupyter Notebook server
#!/usr/bin/env bash
cd ~
wget http://repo.continuum.io/archive/Anaconda2-4.0.0-Linux-x86_64.sh
bash Anaconda2-4.0.0-Linux-x86_64.sh -b
echo 'PATH="/home/ubuntu/anaconda2/bin:$PATH"' >> .bashrc
. .bashrc
jupyter notebook --generate-config
@yangj1e
yangj1e / output.txt
Created November 6, 2014 22:54
brew ls -v python3
/usr/local/Cellar/python3/3.4.2_1/bin/2to3-3.4
/usr/local/Cellar/python3/3.4.2_1/bin/easy_install-3.4
/usr/local/Cellar/python3/3.4.2_1/bin/idle3
/usr/local/Cellar/python3/3.4.2_1/bin/idle3.4
/usr/local/Cellar/python3/3.4.2_1/bin/pip3
/usr/local/Cellar/python3/3.4.2_1/bin/pydoc3
/usr/local/Cellar/python3/3.4.2_1/bin/pydoc3.4
/usr/local/Cellar/python3/3.4.2_1/bin/python3
/usr/local/Cellar/python3/3.4.2_1/bin/python3-config
/usr/local/Cellar/python3/3.4.2_1/bin/python3.4