Go to file
Simon Li 788c5e9a68
Switch to unix socket
2019-10-02 10:52:59 +01:00
Dockerfile Switch to unix socket 2019-10-02 10:52:59 +01:00
README.md Add mybinder link (currently broken) 2019-09-29 21:19:07 +01:00
jupyter_notebook_config.py Switch to unix socket 2019-10-02 10:52:59 +01:00

README.md

Jupyter Linux Desktop

Binder (Currently broken)

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

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.