This workshop uses a Python environment managed with pixi, and Jupyter notebooks. Unlike the GUI workshop, which uses the napari bundled app, here you run napari from a Python environment you set up on your own machine.
Setup¶
Install pixi for running the workshop environment with a single command; see the pixi installation page.
Download the workshop files as a ZIP and unpack them, or clone the repository with git. All data files used in this workshop are included in the workshop files you downloaded — you do not need to download anything separately.
Open a terminal in that folder and run:
pixi run -e extend napariA napari window should open. If it does, your environment is ready for the workshop.
Loading...