8000 3.7.1 release branch by jonmmease · Pull Request #1470 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

3.7.1 release branch #1470

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 2 commits into from
Mar 19, 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
README version updates
No change to plotlywidget extension
  • Loading branch information
jonmmease committed Mar 19, 2019
commit 3df04336dcf0c94105258bba7a318615c3ced789
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.7.0
pip install plotly==3.7.1
```

or conda.
```
conda install -c plotly plotly=3.7.0
conda install -c plotly plotly=3.7.1
```

### Jupyter Notebook Support
Expand Down Expand Up @@ -132,7 +132,7 @@ jupyter labextension install plotlywidget@0.8.0 --no-build
jupyter labextension install @jupyterlab/plotly-extension@0.18.2 --no-build

# JupyterLab chart editor support (optional)
jupyter labextension install jupyterlab-chart-editor@1.0 --no-build
jupyter labextension install jupyterlab-chart-editor@1.1 --no-build

# Build extensions (must be done to activate extensions since --no-build is used above)
jupyter lab build
Expand Down
0