πŸ’» 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:

  1. Check your email, we have sent you an email with your group, user name, seating assignments, token, and password

  2. Move to your seat location and introduce yourself to your group members (share one interesting fact).

  3. Have the group leader open JupyterHub.

  4. 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.

  5. Look at the file menu and click share \(\rightarrow\) copy link

  6. Send these links to your fellow group members. They can connect and collaborate on the same notebook

  7. In the first cell of the notebook have each group member type print("Hello, World! My name is <type your name>")

  8. 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.