Skip to content
Snippets Groups Projects
user avatar
Guillaume Cerutti authored
92b8ebe3
History
Name Last commit Last update
notebook
script
.gitignore
README.md
environment.yml

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