Jupyter-remote-desktop-proxy

Latest version: v3.0.0

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.1.3

- add Dockerfile and adjust readme to reflect a quick start [19 (in previous github repo)](https://github.com/yuvipanda/jupyter-desktop-server/pull/19) ([kniec](https://github.com/kniec), [yuvipanda](https://github.com/yuvipanda))
- Start session from $HOME [17 (in previous github repo)](https://github.com/yuvipanda/jupyter-desktop-server/pull/17) ([mjuric](https://github.com/mjuric), [yuvipanda](https://github.com/yuvipanda))
- add Dockerfile and adjust readme to reflect a quick start [19 (in previous github repo)](https://github.com/yuvipanda/jupyter-desktop-server/pull/19) ([kniec](https://github.com/kniec), [yuvipanda](https://github.com/yuvipanda))
- Support jupyter-server-proxy >= 1.4.0 [daecbdb](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/commit/daecbdb) ([yuvipanda](https://github.com/yuvipanda))
- Revert "Add a jupyter server extension to render desktop/" [b6dee24](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/commit/b6dee24) ([yuvipanda](https://github.com/yuvipanda))
- Add a jupyter server extension to render desktop/ [18d7fb7](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/commit/18d7fb7) ([yuvipanda](https://github.com/yuvipanda))
- Fix README to point to new name [bda9a7e](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/commit/bda9a7e) ([yuvipanda](https://github.com/yuvipanda))
- Explicitly specify version of jupyter-server-proxy needed [98b7723](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/commit/98b7723) ([yuvipanda](https://github.com/yuvipanda))
- Set CWD of desktop environment to CWD of notebook [360f9b0](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/commit/360f9b0) ([yuvipanda](https://github.com/yuvipanda))

0.1.2

- Fix cross-origin issue in Safari (9, thanks to eslavich)

0.1.1

- Increase default resolution to 1680x1050. The wider screen
matches how many user displays are, and there do not seem to
be lag issues.

0.1

- Initial release


How to make a release

`jupyter-remote-desktop-proxy` is a package available on [PyPI].

These are the instructions on how to make a release.

Pre-requisites

- Push rights to this GitHub repository

Steps to make a release

1. Create a PR updating `CHANGELOG.md` with [github-activity] and continue when
its merged.

Advice on this procedure can be found in [this team compass
issue](https://github.com/jupyterhub/team-compass/issues/563).

2. Checkout main and make sure it is up to date.

shell
git checkout main
git fetch origin main
git reset --hard origin/main


3. Update the version, make commits, and push a git tag with `tbump`.

shell
pip install tbump


`tbump` will ask for confirmation before doing anything.

shell
Example versions to set: 1.0.0, 1.0.0b1
VERSION=
tbump ${VERSION}


Following this, the [CI system] will build and publish a release.

4. Reset the version back to dev, e.g. `1.0.1.dev` after releasing `1.0.0`.

shell
Example version to set: 1.0.1.dev
NEXT_VERSION=
tbump --no-tag ${NEXT_VERSION}.dev


[github-activity]: https://github.com/executablebooks/github-activity
[pypi]: https://pypi.org/project/jupyter-remote-desktop-proxy/
[ci system]: https://github.com/jupyterhub/jupyter-remote-desktop-proxy/actions/workflows/release.yaml

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.