Skip to content

CellProfiler/notebooks

Repository files navigation

Welcome to the CellProfiler Jupyter notebooks!

Click an .ipynb file to browse it statically.

To run a notebook locally, install Conda and then run:

conda env create -f environment.yml
source activate cellprofiler-notebooks
jupyter notebook

Your browser will open a localhost URL, and you can play around!

To learn more about Jupyter, visit the Jupyter Notebook Quick Start Guide.