Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yorko/aws_jupyter_anaconda
A bunch of scripts to install Miniconda and Jupyter on your reserved AWS spot instances
https://github.com/yorko/aws_jupyter_anaconda
amazon-web-services anaconda jupyter miniconda
Last synced: 3 months ago
JSON representation
A bunch of scripts to install Miniconda and Jupyter on your reserved AWS spot instances
- Host: GitHub
- URL: https://github.com/yorko/aws_jupyter_anaconda
- Owner: Yorko
- Created: 2016-03-31T11:14:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T16:06:12.000Z (over 8 years ago)
- Last Synced: 2024-10-04T13:13:07.123Z (3 months ago)
- Topics: amazon-web-services, anaconda, jupyter, miniconda
- Language: Jupyter Notebook
- Size: 330 KB
- Stars: 22
- Watchers: 6
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws_jupyter_anaconda
A bunch of scripts to install Miniconda and Jupyter on your reserved AWS spot instances- Generate jupyter.pem with "openssl req -x509 -nodes -days 365 rsa:2048 -keyout jupyter.pem -out jupyter.pem"
- Place your jupyter.pem in the same folder
- Specify your AWS key-pair pemfile, AWS host and hashed Jupyter password (you can use IPython.lib.passwd to generate it) in config.txt
- run launch_remote_setup.sh
- go to https://YOUR_AWS_HOST:8888 and have fun!