Binder is the recommended starting option for this course. It lets you run the course notebooks in a web browser without installing Python or creating an account.
Use Binder when:
- You want the easiest way to start.
- You are using a shared or campus computer.
- You do not want to install software.
- You are practicing and do not need long-term file storage.
If you need your work to save automatically over time, Google Colab may be a better choice.
- Open the course repository on GitHub.
- Look for the Binder launch button or Binder link in the repository README.
- Click the Binder button or link.
- Wait while Binder builds the course environment.
- Do not close the page while it is loading.
The first load may take several minutes. This is normal. Binder is preparing Python and the notebook files for you.
- After Binder opens, find the file browser on the left side of the page.
- Open the
notebooks/folder. - Start with
00_getting_started.ipynbunless your instructor tells you to use a different notebook. - Click the notebook name to open it.
- Read the first instructions in the notebook before running code.
- Click the first code cell.
- Press the run button, or use the keyboard shortcut shown by the notebook tool.
- Wait for the output to appear below the cell.
- Run the next cell.
- Continue from top to bottom.
Running cells in order matters because later cells may depend on earlier cells.
Binder sessions are temporary. This means your work may disappear when:
- You close the browser tab.
- The session is inactive for too long.
- Binder restarts the environment.
If you need to keep your work:
- Open the notebook you worked on.
- Use the notebook menu to download a copy.
- Save the downloaded file somewhere you can find it later.
- Upload or submit that file if your instructor asks for it.
- Be patient during the first launch.
- Run notebook cells from top to bottom.
- Download important work before closing Binder.
- If Binder is stuck for a long time, try refreshing once.
- If Binder still does not load, switch to Google Colab.