Running Demos
Two options. Use Colab unless you have a reason not to — no setup, runs in the browser.
Colab
- From the demos page, copy the link address of the notebook you want.
- Open colab.research.google.com and sign in.
- File → Open notebook → URL, paste the link, open.
- Runtime → Run all.
- 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.
- Install Python 3.11+ and VS Code with the Python and Jupyter extensions.
- Download the
.ipynbfrom the demos page. - 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.