Skip to content

Commit

Permalink
recommend jlab3
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed May 17, 2021
1 parent 717efad commit 8459407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Documentation is generated at readthedocs: [![Documentation](https://readthedocs

# Installation

If you want to use Jupyter Lab, please use version 3.0.

## Using pip

*Advice: Make sure you use conda or virtualenv. If you are not a root user and want to use the `--user` argument for pip, you expose the installation to all python environments, which is a bad practice, make sure you know what you are doing.*
Expand All @@ -67,18 +69,6 @@ $ pip install ipyvolume
$ conda install -c conda-forge ipyvolume
```

## For Jupyter lab users

The Jupyter lab extension is not enabled by default (yet).

```
$ conda install -c conda-forge nodejs # or some other way to have a recent node
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter labextension install ipyvolume
$ jupyter labextension install jupyter-threejs
```


## Pre-notebook 5.3

Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
"data/",
"glsl/"
]
}
}

0 comments on commit 8459407

Please sign in to comment.