Skip to content

Latest commit

 

History

History

03_omero-py

Requirements for the workshop

Please follow these instructions before participating in the workshop.

conda create -n omero -c conda-forge omero-py ipykernel matplotlib numpy pip
  • Activate the omero environment
conda activate omero
pip install ezomero
pip install jupyterlab
python -m ipykernel install --user --name=omero

Use this repository

Clone to your local computer and open the notebooks in nbs with jupyter lab:

Open Miniforge prompt

conda activate omero
jupyter lab