Skip to content

Instantly share code, notes, and snippets.

@JustinShenk
Last active June 18, 2019 10:36
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 JustinShenk/5063f98843ce217ec1f416fede7da170 to your computer and use it in GitHub Desktop.
Save JustinShenk/5063f98843ce217ec1f416fede7da170 to your computer and use it in GitHub Desktop.
Setup Google Cloud instance for conda and jupyter notebook
#!/bin/bash
# Configure remote instance for jupyter notebook
# Justin Shenk - June 2019
# Create jupyter config, ip = 0.0.0.0
wget https://gist.githubusercontent.com/justinshenk/6c9ea44e46b481e49c51efd48569a0a2/raw/45b7f8b1443978b49a1b82ea86b6d13805988a08/jupyter_notebook_config.py -P ~/.jupyter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment