jupyter-desktop-server/README.md

17 lines
953 B
Markdown
Raw Normal View History

# Jupyter OMERO/Fiji/Napari Desktop
2019-10-26 00:01:01 +02:00
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/manics/jupyter-omeroanalysis-desktop/napari-binder?filepath=napari.ipynb)
2019-09-26 20:02:22 +02:00
2019-10-25 18:54:46 +02:00
Run [OMERO clients](https://www.openmicroscopy.org/omero/downloads/) and [Napari](http://napari.org/) in a Linux desktop using Jupyter.
2019-09-26 20:02:22 +02:00
This is based on https://github.com/ryanlovett/nbnovnc
Either [run on mybinder.org](https://mybinder.org/v2/gh/manics/jupyter-omeroanalysis-desktop/napari-binder?filepath=napari.ipynb) or build locally with [repo2docker](https://repo2docker.readthedocs.io/):
2019-09-26 20:02:22 +02:00
```
repo2docker .
2019-09-26 20:02:22 +02:00
```
2019-10-26 00:01:01 +02:00
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.
2019-10-25 18:54:46 +02:00
2019-10-26 00:01:01 +02:00
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.