8000 version 3.10.0 by jonmmease · Pull Request #1587 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

version 3.10.0 #1587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
May 31, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Finalize README versions
  • Loading branch information
jonmmease committed May 31, 2019
commit 9ca55d9b2da0a7e2a47750084e5cbd38476e6d42
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ 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==3.10.0rc1
pip install plotly==3.10.0
```

or conda.
```
conda install -c plotly/label/test plotly=3.10.0rc1
conda install -c plotly plotly=3.10.0
```

### Jupyter Notebook Support
Expand Down Expand Up @@ -126,7 +126,7 @@ set NODE_OPTIONS=--max-old-space-size=4096
jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.38 --no-build

# FigureWidget support
jupyter labextension install plotlywidget@0.11.0-rc.1 --no-build
jupyter labextension install plotlywidget@0.11.0 --no-build

# offline iplot support
jupyter labextension install @jupyterlab/plotly-extension@0.18.2 --no-build
Expand Down
0