Go to file
Simon Li 5e022a8d22
Link readme to https://github.com/ryanlovett/nbnovnc
2019-10-02 15:12:22 +01:00
Dockerfile Use mappath instead of indexpage 2019-10-02 14:53:46 +01:00
README.md Link readme to https://github.com/ryanlovett/nbnovnc 2019-10-02 15:12:22 +01:00
jupyter_notebook_config.py Use mappath instead of indexpage 2019-10-02 14:53:46 +01:00

README.md

Jupyter Linux Desktop

Binder

Example of running a Linux desktop or window manager with noVNC inside Jupyter.

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

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

Go to /desktop e.g. http://localhost:8888/desktop and if you're lucky you'll see the desktop you installed.