Python and jupyter scripts, widgets and utilities for interacting with omero.
git clone git@github.com:centuri-engineering/omero-utils.git
cd omero-utils
# you can install the listed dependecies instead
conda create -f environment.yml
conda activate omero
# if you want to use jupyter lab
jupyter labextension install bqplot
# install in developement mode
pip install -e .
# just install
python setup.py install