Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from manics/rename
Browse files Browse the repository at this point in the history
Rename repo jupyter-desktop-server ➡️  jupyter-remote-desktop-proxy
  • Loading branch information
manics authored Mar 11, 2021
2 parents ea881bb + 397cdf2 commit 5bae248
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Jupyter Desktop Server
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/yuvipanda/jupyter-desktop-server/master?urlpath=desktop)
# Jupyter Remote Desktop Proxy
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterhub/jupyter-remote-desktop-proxy/HEAD?urlpath=desktop)

Run XFCE (or other desktop environments) on a JupyterHub.
Run XFCE (or other desktop environments) on Jupyter.

This is based on https://github.com/ryanlovett/nbnovnc and a fork of https://github.com/manics/jupyter-omeroanalysis-desktop
This is based on https://github.com/ryanlovett/nbnovnc.

When this extension is launched it will run a Linux desktop on the Jupyter single-user server, and proxy it to your browser using VNC via Jupyter.

If a `vncserver` executable is found in `PATH` it will be used, otherwise a bundled TightVNC server is run.
You can use this to install vncserver with support for other features, for example the [`Dockerfile`](./Dockerfile) in this repository installs TurboVNC for improved OpenGL support.
Expand Down Expand Up @@ -40,4 +42,4 @@ Executing the command: jupyter notebook
*snip*
```

Now head to the URL shown and you will be greated with a XFCE desktop.
Now head to the URL shown and you will be greated with a XFCE desktop.

0 comments on commit 5bae248

Please sign in to comment.