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
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,36 @@ When this extension is launched it will run a Linux desktop on the Jupyter singl
10
10
If a `vncserver` executable is found in `PATH` it will be used, otherwise a bundled TightVNC server is run.
11
11
You can use this to install vncserver with support for other features, for example the [`Dockerfile`](./Dockerfile) in this repository installs TurboVNC for improved OpenGL support.
12
12
13
+
## Installation
14
+
15
+
1. Install this package itself, with `pip` from `PyPI`:
16
+
17
+
```bash
18
+
pip install jupyter-remote-desktop-server
19
+
```
20
+
21
+
2. Install the [websockify](https://github.com/novnc/websockify) dependency. Unfortunately,
22
+
the PyPI `websockify` package is broken, so you need to install it either
23
+
from [conda-forge](https://anaconda.org/conda-forge/websockify) or with
0 commit comments