Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Utilising the Toolbox

The Environmental Data Science Toolbox is designed to make methods easy to discover, understand, and reuse. This page gives a practical guide to navigating the book and using each method notebook effectively.

Using a Method Notebook

Most method pages begin with a short summary and metadata that help you decide if the notebook is suitable for your use case.

At the top of method notebooks, you will typically find links such as:

Use these links to access full source code, issue trackers, release snapshots, and citation metadata.

Running Notebooks Locally

Future versions of the Data Science Toolbox will support direct execution from the published site using Jupyter Book v2’s interactive execution functionality. This has been scoped and is coming soon!

For now, you can perform local execution in your preferred IDE (for example, VS Code or JupyterLab).

  1. Open the notebook repository using the Notebook Repository link.

  2. Clone the repository to your machine.

  3. Create the environment using the environment file provided in that repository (for example, a clean or complete environment specification).

  4. Run the notebook from top to bottom.

Where methods are computationally demanding, some notebooks may provide pre-generated outputs or guidance on reduced example workflows.

Reuse and Adaptation

These notebooks are examples of transferable workflows rather than fixed pipelines.

Citation and Attribution

Feedback and Community Input

If you spot issues, have improvement ideas, or want to suggest additional methods, please contribute via the project’s discussion and contribution routes: