Skip to content

Instantly share code, notes, and snippets.

View zhuliguang's full-sized avatar

Leon Zhu zhuliguang

View GitHub Profile
@zhuliguang
zhuliguang / notebook.sh
Last active September 5, 2016 04:27 — forked from yangj1e/notebook.sh
Deploy Jupyter Notebook server
#!/usr/bin/env bash
# CHANGE THIS FOR YOUR OWN DOMAIN NAME AND EMAIL
email=YOUREMAIL@MAILBOX.COM
domain=YOURDOMAIN.COM
# Install anaconda and some other packages I often use
wget https://repo.continuum.io/archive/Anaconda3-4.1.1-Linux-x86_64.sh
bash Anaconda3-4.1.1-Linux-x86_64.sh -b
echo 'PATH="/home/ubuntu/anaconda3/bin:$PATH"' >> ~/.bashrc