Blosc / Python-Blosc2-3.0-tutorial

Materials for the PyData Global 2024 tutorial on Python-Blosc2 3.0.0

Repository from Github https://github.comBlosc/Python-Blosc2-3.0-tutorialRepository from Github https://github.comBlosc/Python-Blosc2-3.0-tutorial

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

About

Materials for the PyData Global 2024 tutorial on Python-Blosc2 3.0.0

License:Creative Commons Zero v1.0 Universal


Languages

Language:Jupyter Notebook 100.0%