sofroniewn / i2k-skimage-napari

Repository for the scikit-image, napari, & friends tutorial at I2K 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i2k-skimage-napari

Repository for the scikit-image, napari, & friends tutorial at I2K 2020

Installation

with conda

Use:

conda env create -f environment.yml

then

conda activate i2k

with pip

In an environment including pip, use:

pip install -U -r requirements.txt

We recommend that you use Python 3.8 for this tutorial. Both 3.7 and 3.9 should also work but have not been tested.

Datasets

For the dask tutorial, we are going to be using some 3D + t datasets from the Cell Tracking Challenge, specifically:

About

Repository for the scikit-image, napari, & friends tutorial at I2K 2020

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 99.8%Language:Makefile 0.2%