Python jupyter notebooks demonstrating the use of dynamical.org datasets. Browse the dataset catalog at dynamical.org/catalog.
We suggest using uv to install python and dependencies in a consistent, isolated way that won't impact any other python installations on your system.
- Install uv: https://docs.astral.sh/uv/getting-started/installation/ (it's a one liner)
- Run it
- In your browser: In a terminal run
uv run --with jupyter jupyter labthen follow the link jupyter will print to open these notebooks in your browser. - In your editor/IDE: In a terminal run
uv syncthen open this folder in your editor and when asked to select a python interpreter choose.venv/bin/pythonon macOS and Linux, or.venv\Scripts\pythonon Windows.
- In your browser: In a terminal run