Skip to content

Commit 59c0065

Browse files
author
goebbert1
committed
2 parents 3422920 + 202dc1a commit 59c0065

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Integrate Xpra in your Jupyter environment for an fast, feature-rich and easy to
77
- Python 3.6+
88
- Jupyter Notebook 6.0+
99
- JupyterLab >= 3.x
10-
- jupyter-server-proxy >= 3.1.0
10+
- jupyter-server-proxy >= 4.0.0
11+
- tornado >= 6.3
1112

1213
This package executes the `xpra` command. This command assumes the `xpra` command is available in the environment's $PATH.
1314

@@ -18,11 +19,8 @@ Both are NOT required, if you can trust _everyone_, who can log in to the host w
1819

1920
**BUT (!!!)**
2021
if you are on a multiuser system, where you CANNOT trust everyone,
21-
you must(!) ensure that your Xpra session is secured by at least a password.
22-
23-
Currently this requires
24-
- that [jupyter-server-proxy](https://github.com/jupyterhub/jupyter-server-proxy) includes this [pull request](https://github.com/jupyterhub/jupyter-server-proxy/pull/226) and
25-
- you use jupyter-xprahtml5-proxy with a version number >= 0.3.0 (not on pypi)
22+
you must(!) ensure that your Xpra session is secured.
23+
From version 0.4.0 we use unix-sockets as this feature got added to jupyter-server-proxy>=4.0.0 (which relies on tornado>=6.3)
2624

2725
### Xpra
2826
[Xpra](https://xpra.org/) is an open-source multi-platform persistent *remote display* solution for forwarding applications and desktop screens. It allows you to run X11 programs, usually on a remote host, and direct their display to your local machine.

0 commit comments

Comments
 (0)