https://github.com/blosc/python-blosc2-3.0-tutorial
Materials for the PyData Global 2024 tutorial on Python-Blosc2 3.0.0
https://github.com/blosc/python-blosc2-3.0-tutorial
Last synced: 8 months ago
JSON representation
Materials for the PyData Global 2024 tutorial on Python-Blosc2 3.0.0
- Host: GitHub
- URL: https://github.com/blosc/python-blosc2-3.0-tutorial
- Owner: Blosc
- License: cc0-1.0
- Created: 2024-12-03T03:19:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T05:21:43.000Z (about 1 year ago)
- Last Synced: 2024-12-03T05:23:41.134Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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