Skip to content

Commit

Permalink
releasing 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed May 6, 2020
1 parent e6ecef6 commit c94047a
Show file tree
Hide file tree
Showing 8 changed files with 417 additions and 398 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

## Quickstart

`pip install plotly==4.6.0`
`pip install plotly==4.7.0`

Inside [Jupyter notebook](https://jupyter.org/install) (installable with `pip install "notebook>=5.3" "ipywidgets>=7.2"`):

Expand Down Expand Up @@ -82,13 +82,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
plotly.py may be installed using pip...

```
pip install plotly==4.6.0
pip install plotly==4.7.0
```

or conda.

```
conda install -c plotly plotly=4.6.0
conda install -c plotly plotly=4.7.0
```

### Jupyter Notebook Support
Expand Down Expand Up @@ -135,10 +135,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
jupyter labextension install @jupyter-widgets/[email protected] --no-build
# FigureWidget support
jupyter labextension install plotlywidget@4.6.0 --no-build
jupyter labextension install plotlywidget@4.7.0 --no-build
# and jupyterlab renderer support
jupyter labextension install jupyterlab-plotly@4.6.0 --no-build
jupyter labextension install jupyterlab-plotly@4.7.0 --no-build
# Build extensions (must be done to activate extensions since --no-build is used above)
jupyter lab build
Expand Down
8 changes: 4 additions & 4 deletions doc/python/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
plotly.py may be installed using pip...

```
$ pip install plotly==4.6.0
$ pip install plotly==4.7.0
```

or conda.

```
$ conda install -c plotly plotly=4.6.0
$ conda install -c plotly plotly=4.7.0
```

This package contains everything you need to write figures to standalone HTML files.
Expand Down Expand Up @@ -144,10 +144,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
jupyter labextension install @jupyter-widgets/[email protected] --no-build
# jupyterlab renderer support
jupyter labextension install jupyterlab-plotly@4.6.0 --no-build
jupyter labextension install jupyterlab-plotly@4.7.0 --no-build
# FigureWidget support
jupyter labextension install plotlywidget@4.6.0 --no-build
jupyter labextension install plotlywidget@4.7.0 --no-build
# Build extensions (must be done to activate extensions since --no-build is used above)
jupyter lab build
Expand Down
Loading

0 comments on commit c94047a

Please sign in to comment.