Jupyter is an open source project that provides a webapp interface for writing code and documents. Throughout this tutorial, we will be using a Jupyter Notebook environment for development.
Your jupyter notebook server should be already running at https://<ip>:8888
. You can reach it by going to that location in a browser window. If it is not running, then you can run ~/startjupyter.sh
to get it running again.
Once you open a browser with your Jupyter environment, you should see something similar to this:
To create a new notebook for writing code, start by clicking 'New' in the upper right corner. From here, you will be able to choose what type of notebook you want. For this tutorial, we will be using Python 3.
Once you open a notebook, you can write and run python code. To execute a line of code, press shift + Enter
.
To open a terminal for writing CLI commands, click 'New' in the upper right corner. After selecting 'Terminal', a linux terminal will open.
To clone this repo to your VM, use the following command: git clone https://github.com/tapis-project/uh-hpc-in-the-cloud.git