Course materials for performing cell segmentation in napari
Site here: https://chanzuckerberg.github.io/napari-segmentation-workshop/
If you'd like to develop and/or build the napari Segmentation Course book, you should:
- Clone this repository
- Run
pip install -r requirements.txt
(it is recommended you do this within a virtual environment) - (Optional) Edit the books source files located in the
content/
directory - Run
jupyter-book clean content/
to remove any existing builds - Run
jupyter-book build content/
A fully-rendered HTML version of the book will be built in content/_build/html/
.
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
This website and all its contents are made available under the MIT License.
Copyright (c) 2022 Chan Zuckerberg Initiative
If you believe you have found a security issue, please responsibly disclose by contacting us at [email protected].
This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.