Skip to content

Examples#

The example notebooks have several additional dependencies beyond CatSmoothing itself. You can install all the dependencies using micromamba (or conda or mamba):

micromamba create -n catsmoothing catsmoothing ipykernel ipywidgets matplotlib-base

This will create a new environment called catsmoothing with all the required packages. You can also download this environment.yml and create the environment using:

micromamba env create -f environment.yml

Alternatively, you can install the dependencies using pip:

python -m venv ./venv
source ./venv/bin/activate
pip install catsmoothing ipykernel ipywidgets matplotlib
  • Basin Delineation Basin Delineation