π» Activity: Hello World JupyterHub#
Please share with the instructors something about yourself and your neighbor.
Here are the steps to create a βHello, World!β assignment in JupyterHub:
Navigate to the course website jupyterbook
In the upper right corner, click on the rocket icon to launch JupyterHub.
You will be presented with a login page.
Select
Drexel University
.
You will be redirected to the Drexel login page. Enter your Drexel credentials.
You will be presented with an option to select a environment. Select
ENGR_131
.
This next step might take a minute or two, it is configuring your computing environment.
If you clicked the rocketship icon the jupyter notebook file should automatically open.
In the first cell type
print("Hello, World! My name is <type your name>")
Press βShift + Enterβ to execute the code in the cell. You should see the output.
Thatβs it! You have now created a simple βHello, World!β assignment in JupyterHub.