You do not need a local installation if you are using the workshop JupyterHub or Google Colab. For a local setup, first get a copy of the workshop repository by running:
git clone https://github.com/pypsalabs/workshop-202609.gitor by downloading the repository as a ZIP file (look for a green “Code” button
at https://
Using pixi¶
Install pixi following its installation
instructions, and verify that it works:
pixi --versionThen, in the root folder of the workshop repository (where the pixi.toml and
pixi.lock files are located), install the environment from the committed lock
file. This gives everyone the same pinned package versions for their
operating system:
pixi installOnce this is done, start a Jupyter Lab session in this environment:
pixi run jupyter lab