π» Activity: Hello World JupyterHub
π» Activity: Hello World JupyterHub#
Please share with the instructors something about yourself and your neighbor in this brief form before proceeding.
Here are the steps to create a βHello, World!β assignment in JupyterHub:
Check your email, we have sent you an email with your group, user name, seating assignments, token, and password
Move to your seat location and introduce yourself to your group members (share one interesting fact).
Have the group leader open JupyterHub.
Click on the βNewβ button in the top right corner of the JupyterHub home page, and select βPython 3β from the drop-down menu. This will create a new Jupyter notebook with a Python kernel.
Look at the file menu and click share \(\rightarrow\) copy link
Send these links to your fellow group members. They can connect and collaborate on the same notebook
In the first cell of the notebook have each group member 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.