/omero-utils

python and jupyter scripts, widgets and utilities for interacting with omero

Primary LanguageJupyter NotebookMozilla Public License 2.0MPL-2.0

omero-utils

Python and jupyter scripts, widgets and utilities for interacting with omero.

Install

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