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
Each notebook includes an install cell at the top. Run it to install dependencies. You can get a direct link to open any notebook in Colab from the examples section of each dataset catalog entry.
Clone this repository, then create a conda environment from the included environment.yml:
conda env create -f environment.yml
conda activate dynamical-notebooks
Then select the dynamical-notebooks kernel when opening a notebook.