Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 475 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 475 Bytes

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.