GitHub - Blosc/Python-Blosc2-3.0-tutorial: Materials for the PyData Global 2024 tutorial on Python-Blosc2 3.0.0 (original) (raw)
Python-Blosc2-3.0-tutorial
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