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

  1. Navigate to the course website jupyterbook

  2. In the upper right corner, click on the rocket icon to launch JupyterHub.

  1. You will be presented with a login page.

  1. Select Drexel University.

  1. You will be redirected to the Drexel login page. Enter your Drexel credentials.

  1. You will be presented with an option to select a environment. Select ENGR_131.

  1. This next step might take a minute or two, it is configuring your computing environment.

  1. If you clicked the rocketship icon the jupyter notebook file should automatically open.

  2. In the first cell type print("Hello, World! My name is <type your name>")

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