https://github.com/manics/jupyter-desktop-mate
A container image providing the MATE Desktop running in Jupyter, using Jupyter Remote Desktop Proxy
https://github.com/manics/jupyter-desktop-mate
jupyter remote-desktop
Last synced: about 1 year ago
JSON representation
A container image providing the MATE Desktop running in Jupyter, using Jupyter Remote Desktop Proxy
- Host: GitHub
- URL: https://github.com/manics/jupyter-desktop-mate
- Owner: manics
- License: bsd-3-clause
- Created: 2024-09-07T21:22:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T21:14:47.000Z (about 1 year ago)
- Last Synced: 2025-04-01T22:25:48.116Z (about 1 year ago)
- Topics: jupyter, remote-desktop
- Language: Python
- Homepage:
- Size: 3.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jupyter Desktop MATE
[](https://github.com/manics/jupyter-desktop-mate/actions/workflows/build.yaml)
[](https://mybinder.org/v2/gh/manics/jupyter-desktop-mate/HEAD?urlpath=desktop)
A container image providing the [MATE Desktop](https://mate-desktop.org/) running in Jupyter, using [Jupyter Remote Desktop Proxy](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/).

## Usage
```
docker pull ghcr.io/manics/jupyter-desktop-mate:latest
docker run -p8888:8888 ghcr.io/manics/jupyter-desktop-mate:latest
```
Open the `http://127.0.0.1:8888/lab?token=` URL shown in the output.