You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Integrate Xpra in your Jupyter environment for an fast, feature-rich and easy to
9
9
- JupyterLab >= 3.x
10
10
- jupyter-server-proxy >= 3.1.0
11
11
12
-
This package executes the `xpra` command. This command assumes the `xpra` command is available in the environment's $PATH. You might need to adjust the file [launch_xpra.sh](jupyter-xprahtml5-proxy/share/launch_xpra.sh) to ensure this.
12
+
This package executes the `xpra` command. This command assumes the `xpra` command is available in the environment's $PATH.
13
13
14
14
## Security
15
15
[Xpra](https://xpra.org/) supports password and encryption.
@@ -61,7 +61,7 @@ Click on the Xpra icon from the Jupyter Lab Launcher or the Xpra item from the N
61
61
Connect to your database as instructed in the Quickstart section.
62
62
63
63
## Configuration
64
-
This package calls `xpra` with a bunch of settings. Please read the [Xpra manual](https://xpra.org/manual.html) if you want to now the details.
64
+
This package calls `xpra` with a bunch of settings. Please read the [Xpra manual](https://xpra.org/manual.html) if you want to know the details.
65
65
You have to modify `setup_xprahtml5()` in `jupyter_xprahtml5_proxy/__init__.py` for change.
0 commit comments