Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pvlink
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jupyter4jsc
j4j_extras
pvlink
Commits
714d574f
Commit
714d574f
authored
5 years ago
by
alice grosch
Browse files
Options
Downloads
Patches
Plain Diff
Update installation instructions in README.md
parent
d7108fab
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-6
11 additions, 6 deletions
README.md
with
11 additions
and
6 deletions
README.md
+
11
−
6
View file @
714d574f
...
@@ -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
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment