Last active
June 18, 2019 10:36
-
-
Save JustinShenk/5063f98843ce217ec1f416fede7da170 to your computer and use it in GitHub Desktop.
Setup Google Cloud instance for conda and jupyter notebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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