Run a desktop environments on Jupyter
Project description
Jupyter Remote Desktop Proxy
Run XFCE (or other desktop environments) on Jupyter.
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
in this repository installs TurboVNC for improved OpenGL support.
Installation
-
Install this package itself, with
pip
fromPyPI
:pip install jupyter-remote-desktop-proxy
-
Install the websockify dependency. Unfortunately, the PyPI
websockify
package is broken, so you need to install it either from conda-forge or with apt -
Install the packages needed to provide the actual Linux Desktop environment. You need to pick a desktop environment (there are many!) - here is the packages you would need for using the light-weight XFCE4 desktop environment:
dbus-x11 libgl1-mesa-glx xfce4 xfce4-panel xfce4-session xfce4-settings xorg xubuntu-icon-theme
The recommended way to install these is from your Linux system package manager of choice (such as apt).
Docker
To spin up such a notebook first build the container:
$ docker build -t $(whoami)/$(basename ${PWD}) .
Now you can ran the image:
$ docker run --rm --security-opt seccomp=unconfined -p 8888:8888 $(whoami)/$(basename ${PWD})
Executing the command: jupyter notebook
[I 12:43:59.148 NotebookApp] Writing notebook server cookie secret to /home/jovyan/.local/share/jupyter/runtime/notebook_cookie_secret
[I 12:44:00.221 NotebookApp] JupyterLab extension loaded from /opt/conda/lib/python3.7/site-packages/jupyterlab
[I 12:44:00.221 NotebookApp] JupyterLab application directory is /opt/conda/share/jupyter/lab
[I 12:44:00.224 NotebookApp] Serving notebooks from local directory: /home/jovyan
[I 12:44:00.225 NotebookApp] The Jupyter Notebook is running at:
[I 12:44:00.225 NotebookApp] http://924904e0a646:8888/?token=40475e553b7671b9e93533b97afe584fa2030448505a7d83
[I 12:44:00.225 NotebookApp] or http://127.0.0.1:8888/?token=40475e553b7671b9e93533b97afe584fa2030448505a7d83
[I 12:44:00.225 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 12:44:00.229 NotebookApp]
To access the notebook, open this file in a browser:
file:///home/jovyan/.local/share/jupyter/runtime/nbserver-8-open.html
Or copy and paste one of these URLs:
http://924904e0a646:8888/?token=40475e553b7671b9e93533b97afe584fa2030448505a7d83
or http://127.0.0.1:8888/?token=40475e553b7671b9e93533b97afe584fa2030448505a7d83
*snip*
Now head to the URL shown and you will be greated with a XFCE desktop.
Note the --security-opt seccomp=unconfined
parameter - this is necessary
to start daemons (such as dbus, pulseaudio, etc) necessary for linux desktop
to work. This is the option kubernetes runs with by default, so most kubernetes
based JupyterHubs will not need any modifications for this to work.
Limitations
- Desktop applications that require access to OpenGL are currently unsupported.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jupyter-remote-desktop-proxy-1.2.0.tar.gz
.
File metadata
- Download URL: jupyter-remote-desktop-proxy-1.2.0.tar.gz
- Upload date:
- Size: 10.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89c2d2313993a153236821c910a7eab0bb994e94574ab433b5818a11461f742c |
|
MD5 | a7c657e69dc5fb6813148f0dcc70de5b |
|
BLAKE2b-256 | 3940a7e9b869eecf4a8b0d9759aea7ea2301dae6b4b73b81d6de01824c9bdfa1 |
File details
Details for the file jupyter_remote_desktop_proxy-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: jupyter_remote_desktop_proxy-1.2.0-py3-none-any.whl
- Upload date:
- Size: 10.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fda2f43bf4d2197fbf9fdaa8eb8034839d3ea2044f334bfc80b9d712c6774f7c |
|
MD5 | ce65f601cfb5c742e14131095f4609bd |
|
BLAKE2b-256 | c5f4ee04919ca4173ed6c4ee60f0480dc28935666d6eb0e70e3d0dfd104d9afd |