First, clone this repo with:
git clone https://github.com/Blosc/Python-Blosc2-3.0-tutorial.git
Then, make sure that you are using a Python environment with Python 3.11 or 3.12. For example, if you are using conda, you can do that easily with:
conda create -n blosc2-tutorial python=3.12
conda activate blosc2-tutorial
Then, install the required packages with:
pip install -r requirements.txt
Finally, you can start the tutorial with:
jupyter lab