Go to file
Simon Li 9ed5425a16 Add Napari 2019-10-25 17:54:46 +01:00
Dockerfile Add Napari 2019-10-25 17:54:46 +01:00
Fiji.desktop Jupyter Linux Desktop with OMERO clients 2019-10-18 21:58:44 +01:00
LICENSE Jupyter Linux Desktop with OMERO clients 2019-10-18 21:58:44 +01:00
OMERO.insight.desktop Jupyter Linux Desktop with OMERO clients 2019-10-18 21:58:44 +01:00
README.md Add Napari 2019-10-25 17:54:46 +01:00
jupyter_notebook_config.py Jupyter Linux Desktop with OMERO clients 2019-10-18 21:58:44 +01:00
napari.ipynb Add Napari 2019-10-25 17:54:46 +01:00

README.md

Jupyter OMERO client Desktop

Binder

Run OMERO clients and Napari in a Linux desktop using Jupyter.

This is based on https://github.com/ryanlovett/nbnovnc

docker build -t jupyter-omeroanalysis-desktop .
docker run -it --rm -p 8888:8888 jupyter-omeroanalysis-desktop

Open the displayed URL, then go to /Desktop e.g. http://localhost:8888/Desktop and if you're lucky you'll see a Linux desktop with icons for OMERO.insight and FIJI.

Once the desktop is open go back to the main Jupyter Notebook window, open napari.ipynb and execute the cells one at a time. You should see Napari open in the Desktop window.