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.

1. Welcome and First Images

Goal: Get napari installed and open your first images.

Welcome (10 min)

Download napari

napari comes as a bundled application — a single installer, just like any other desktop app. No Python or command line required.

  1. Download: Go to napari.org and download the installer for your OS (Windows, macOS, or Linux).

  2. Install: Run the installer and follow the on-screen prompts.

  3. Launch: Open napari from your Applications folder / Start Menu / desktop shortcut.

About napari (10 min)

napari is a free, open-source, multi-dimensional image viewer for Python and scientific image analysis. It is:

Install the downloaded bundle

napari Demo (10 min)

During this demo, just watch — you don’t need to follow along yet. Focus on seeing what napari can do, not on reproducing every step. You’ll have plenty of hands-on time shortly.

Installation Check-in (5 min)

Everyone should now have napari open. You should see:

If napari is open, give a 👍 as a Zoom reaction.

Loading...

What Are Images? (10 min)

Before diving into napari, a quick conceptual grounding:

napari can display all of these — the dimension sliders let you navigate indexes beyond the 2D canvas.

Open Your First Image and take Screenshots (5 min)

  1. In napari, select: File > Open Sample > napari builtins > Cells (3D + 2Ch)

  2. Two layers appear in the layer list: membrane and nuclei

  3. Use the dimension slider at the bottom to scroll through z-slices

  4. Toggle each layer on/off with the eye icon next to its name

Loading...

What you’re looking at: Confocal microscopy images of cells in 3D. The nuclei channel (channel 1) shows cell nuclei stained with a dye. The membrane channel (channel 0) shows cell membranes.

Screenshots

Save what you see in napari at any time:

Keyboard shortcut: Alt+S (saves to file) or Alt+C (copies to clipboard). Add Shift to include the viewer UI: Alt+Shift+S or Alt+Shift+C.

Loading...