Skip to content
Snippets Groups Projects
Commit 714d574f authored by alice grosch's avatar alice grosch
Browse files

Update installation instructions in README.md

parent d7108fab
No related branches found
No related tags found
No related merge requests found
...@@ -4,17 +4,22 @@ ParaView-Web RemoteRenderer in Jupyter ...@@ -4,17 +4,22 @@ ParaView-Web RemoteRenderer in Jupyter
## Installation ## Installation
You can install pvlink using `pip` and `jupyter labextension install`: You can install pvlink using `pip`.
```bash ```
pip install pvlink $ pip install pvlink
jupyter labextension install pvlink
``` ```
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
the nbextension: the nbextension:
```bash ```
jupyter nbextension enable --py [--sys-prefix|--user|--system] pvlink $ jupyter nbextension enable --py [--sys-prefix|--user|--system] pvlink
```
To enable pvlink with Jupyter lab, make sure the Jupyter widgets extension is installed, and install the pvlink extension:
```
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager # install the Jupyter widgets extension
$ jupyter labextension install pvlink
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment