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.

Setup and Installation

This guide walks you through setting up your environment for the “Extending napari” workshop. Unlike Workshop 1, which uses the napari bundled app, this workshop uses a Python environment and pixi.

Prerequisites

Setup

Install pixi with a single command, then make a shallow clone of the napari workshops repository and use pixi to run the extend environment with the napari task:

git clone --depth 1 https://github.com/napari/workshops.git napari-workshops
cd napari-workshops
pixi run -e extend napari

A napari GUI window should open. If it does, your environment is ready for the workshop!

Loading...