Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

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.git

or by downloading the repository as a ZIP file (look for a green “Code” button at https://github.com/pypsalabs/workshop-202609) and extracting it to a local folder.

Using pixi

Install pixi following its installation instructions, and verify that it works:

pixi --version

Then, 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 install

Once this is done, start a Jupyter Lab session in this environment:

pixi run jupyter lab