Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 726 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 726 Bytes

Napari Tutorial

This repository contains a collection of Python Jupyter notebooks demonstrating Napari for bio-image analysis. The content is available at

https://scads.github.io/napari-tutorial-2023

It is maintained using Jupyter lab and build using Jupyter book.

To edit this book, install depencencies like this:

pip install jupyterlab
pip install jupyter-book
pip install jupyterlab-spellchecker

git clone https://github.com/scads/napari-tutorial-2023
cd napari-tutorial-2023
jupyter lab

To build the book (on Windows), you can run this from the same folder:

build.bat