Go to file
YuviPanda 18d7fb7b2a Add a jupyter server extension to render desktop/
A mess of a commit, should have been several.

- Finish renaming package from jupyter_desktop to
  jupyter_desktop_server
- Revert 360f9b04c5. Looks like
  websockify gets super confused when you put shell in the middle
  of it and the process it is spawning.
- Add a server extension that renders a slightly modified copy
  of vnc_lite.html as /desktop. This will be modified more and more
  as we go forward. This also helps us remove the mapping present
  in the jupyter server proxy entry
2019-11-19 16:36:54 -08:00
jupyter_desktop_server Add a jupyter server extension to render desktop/ 2019-11-19 16:36:54 -08:00
CHANGELOG.md Bump version number & update CHANGELOG 2019-11-12 14:26:22 -08:00
LICENSE Jupyter Linux Desktop with OMERO clients 2019-10-18 21:58:44 +01:00
MANIFEST.in Add a jupyter server extension to render desktop/ 2019-11-19 16:36:54 -08:00
README.md Fix README to point to new name 2019-11-19 11:10:16 -08:00
apt.txt Remove all parts that aren't just XFCE 2019-10-29 12:28:15 -07:00
environment.yml Explicitly specify version of jupyter-server-proxy needed 2019-11-19 11:07:46 -08:00
setup.py Add a jupyter server extension to render desktop/ 2019-11-19 16:36:54 -08:00

README.md

Jupyter Desktop Server

Binder

Run XFCE (or other desktop environments) on a JupyterHub.

This is based on https://github.com/ryanlovett/nbnovnc and a fork of https://github.com/manics/jupyter-omeroanalysis-desktop