Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

readme. release pinned version in install guide. #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ extension.
First, install the Python package using either pip...

```
$ pip install "jupyterlab>=1.0" jupyterlab-dash==0.1.0a3
$ pip install "jupyterlab>=1.0" jupyterlab-dash
```

or conda (but not both!).

```
$ conda install -c plotly -c defaults -c conda-forge "jupyterlab>=1.0" jupyterlab-dash=0.1.0a3
$ conda install -c plotly -c defaults -c conda-forge "jupyterlab>=1.0" jupyterlab-dash
```

Then, install the JupyterLab extension. v6.17.1 of node works, and node 8.x.x or 10+ should also work.
Then, install the JupyterLab extension. v6.17.1 of node works, and node 8.x.x or 10+ should also work.
```
$ jupyter labextension install jupyterlab-dash@0.1.0-alpha.3
$ jupyter labextension install jupyterlab-dash
```

## Development Installation
Expand Down