-
Download your private SSH key (monasca-berlin2018.pem) from here.
-
Change permissions
chmod 600 monasca-berlin2018.pem
-
SSH to your instance and pull the Bootcamp
ssh -i monasca-berlin2018.pem ubuntu@<your_instance_ip> cd monasca-bootcamp git pull
-
Start the notebook
/opt/jupyter/bin/jupyter notebook --no-browser --ip=<your_instance_ip> --port=8889 --notebook-dir .
-
Copy the URL and open it in your local browser.
-
Open
MonascaBootcamp.ipynb
notebook.
-
You can use your favorite SSH client.
-
We recommend Git BASH, BASH emulator with SSH client.
-
Another good alternative is cmder.
-
Set the private key for authentication in
Connection -> SSH -> Auth
. Choose putty_key.ppk as your private key. -
Remember to save the session settings.
This is an iPython/Jupyter notebook that you can run on your own. You will require:
-
Ubuntu Linux 16.04
-
and follow the setup procedure