Skip to content
Snippets Groups Projects
Unverified Commit 5e022a8d authored by Simon Li's avatar Simon Li
Browse files
parent 7867e330
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ ...@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment