Skip to content

Commit a718b3a

Browse files
authored
Update README.md
1 parent 5a2edb4 commit a718b3a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
![build](https://github.com/FZJ-JSC/jupyter-xprahtml5-proxy/workflows/build/badge.svg)
22

33
# jupyter-xprahtml5-proxy
4-
--------------------------
54
Integrate Xpra in your Jupyter environment for an fast, feature-rich and easy to use remote desktop in the browser.
65

76
## Requirements
8-
---------------
9-
107
- Python 3.6+
118
- Jupyter Notebook 6.0+
129
- JupyterLab 2.1+
@@ -22,23 +19,19 @@ Best of it. It is fast, fast, fast and comes with a build-in html5 client to all
2219
[Jupyter-Server-Proxy](https://jupyter-server-proxy.readthedocs.io) lets you run arbitrary external processes (such as Xpra-HTML5) alongside your notebook, and provide authenticated web access to them.
2320

2421
## Install
25-
----------
2622

2723
#### Create and Activate Environment
28-
2924
```
3025
virtualenv -p python3 venv
3126
source venv/bin/activate
3227
```
3328

3429
#### Install jupyter-xprahtml5-proxy
35-
3630
```
3731
pip install git+https://github.com/FZJ-JSC/jupyter-xprahtml5-proxy.git
3832
```
3933

4034
#### Enable jupyter-xprahtml5-proxy Extensions
41-
4235
For Jupyter Classic, activate the jupyter-server-proxy extension:
4336
```
4437
jupyter serverextension enable --sys-prefix jupyter_server_proxy
@@ -51,13 +44,10 @@ jupyter lab build
5144
```
5245

5346
#### Start Jupyter Classic or Jupyter Lab
54-
5547
Click on the Xpra icon from the Jupyter Lab Launcher or the Xpra item from the New dropdown in Jupyter Classic.
5648
Connect to your database as instructed in the Quickstart section.
5749

5850
## Configuration
59-
----------------
60-
6151
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.
6252
You have to modify `setup_xprahtml5()` in `jupyter_xprahtml5/__init__.py` for change.
6353

0 commit comments

Comments
 (0)