Title | Teaching | Question | Objectives | Keypoints | |||
---|---|---|---|---|---|---|---|
Getting started in Binder |
10 |
|
|
|
Binder is an online environment for viewing and executing Jupyter Notebooks.
Follow these step-by-step instructions to get started using Jupyter Notebooks in MyBinder:
- Open Binder: https://mybinder.org/
- Paste the link to this GitHub repository https://github.com/sarasrking/Introduction-to-Jupyter-Notebooks and click on LAUNCH.
- Open workshop Etherpad text in a separate window - this will be a link given out during the workshop or you can use this document here if you are not in a workshop: https://github.com/sarasrking/Introduction-to-Jupyter-Notebooks/blob/master/Etherpad%20text.txt
- Open a new Notebook from the top righthand dropdown menu: Click on 'New' and then select Python 3.
- Select 'File' at the top left hand side of the screen and select 'Save As'. Name your Notebook 'Introduction to Jupyter Notebooks'.
Take a good look around the dashboard. You can see there is a menu bar showing some titles that might be recognisable, like the 'File' menu we used before.
Click on each of these to see what is in the menu. Make sure you click on the 'Help' function to see what kind of options there are when you hit a problem.
Underneath the menu bar there are some buttons that you can use to perform certain tasks, such as saving your notebook, adding a cell, deleting a cell, running a code cell and so on. Hover your mouse over each of these to see what these buttons do.