Running Demos

Two options. Use Colab unless you have a reason not to — no setup, runs in the browser.

Colab

  1. From the demos page, copy the link address of the notebook you want.
  2. Open colab.research.google.com and sign in.
  3. File → Open notebook → URL, paste the link, open.
  4. Runtime → Run all.
  5. To keep your edits, File → Save a copy in Drive.

If a notebook needs an extra package, the first cell will run !pip install ....

Local

For offline work, or if you already have a Python setup.

  1. Install Python 3.11+ and VS Code with the Python and Jupyter extensions.
  2. Download the .ipynb from the demos page.
  3. Open it in VS Code, pick a kernel, run cells with Shift+Enter.

For environments, Miniconda is the most common path. Install whatever each notebook imports.