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