From ca09c4dff45981060d2d25384af2eada3d21b8b9 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 26 Sep 2019 19:02:22 +0100 Subject: [PATCH] Add README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f65368 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Jupyter LXDE + +Example of running LXDE with noVNC inside Jupyter. + +``` +docker build -t jupyter-lxde . +docker run -it --rm -p 8888:8888 jupyter-lxde jupyter notebook --debug +``` +Go to `/lxde` e.g. http://localhost:8888/lxde and if you're lucky you'll see the LXDE desktop.