From 560a855e7cf7fd515ac9a39f18585c20d63984d6 Mon Sep 17 00:00:00 2001 From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de> Date: Fri, 20 Dec 2019 17:35:49 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index afc7b20..5454ab4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # pvlink [](https://travis-ci.org//pvlink) @@ -9,17 +8,11 @@ ParaView-Web RemoteRenderer in Jupyter ## Installation -You can install using `pip`: - -```bash -pip install pvlink -``` - -Or if you use jupyterlab: +You can install pvlink using `pip` and `jupyter labextension install`: ```bash pip install pvlink -jupyter labextension install @jupyter-widgets/jupyterlab-manager +jupyter labextension install pvlink ``` If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable -- GitLab