Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Nov 12, 2019
1 parent c0a0ee0 commit 4ade0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

## Quickstart

`pip install plotly==4.2.1`
`pip install plotly==4.3.0`

Inside [Jupyter notebook](https://jupyter.org/install) (installable with `pip install "notebook>=5.3" "ipywidgets>=7.2"`):
```python
Expand Down Expand Up @@ -105,7 +105,7 @@ pip install jupyterlab==1.2 "ipywidgets==7.5"
or conda.

```
conda install jupyterlab=1.0 "ipywidgets=7.5"
conda install jupyterlab=1.2 "ipywidgets=7.5"
```

Then run the following commands to install the required JupyterLab extensions (note that this will require [`node`](https://nodejs.org/) to be installed):
Expand Down

0 comments on commit 4ade0d1

Please sign in to comment.