Skip to content
Snippets Groups Projects

Nuclei signal quantification

Installation

Create a new conda environment

  • Using the environment.yml file, create a new environment with all the necessary dependencies:
cd nuclei_quantification
conda env create -f environment.yml

Usage

  • Activate the environment:
conda activate nuclei-quantification
  • Launch the Notebook server
jupyter notebook