This commit is contained in:
Simon Li 2019-10-02 15:12:22 +01:00
parent 7867e330cf
commit 5e022a8d22
No known key found for this signature in database
GPG Key ID: F604A75EB0CBF584
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
Example of running a Linux desktop or window manager with noVNC inside Jupyter. 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 build -t jupyter-desktop .
docker run -it --rm -p 8888:8888 jupyter-desktop jupyter notebook --debug docker run -it --rm -p 8888:8888 jupyter-desktop jupyter notebook --debug