Skip to content

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

License

Notifications You must be signed in to change notification settings

Blosc/Python-Blosc2-3.0-tutorial

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published