Skip to content

Plotly version 4.1.0 docs update #108

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 6 commits into from
Aug 7, 2019
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
fi

- store_artifacts:
path: build/failures
destination: failures
path: build
destination: build
8 changes: 4 additions & 4 deletions python/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
plotly.py may be installed using pip...

```
$ pip install plotly==4.0.0
$ pip install plotly==4.1.0
```
or conda.

```
$ conda install -c plotly plotly=4.0.0
$ conda install -c plotly plotly=4.1.0
```
This package contains everything you need to write figures to standalone HTML files.

Expand Down Expand Up @@ -131,10 +131,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@1.0.0 --no-build
jupyter labextension install jupyterlab-plotly@1.1.0 --no-build

# FigureWidget support
jupyter labextension install plotlywidget@1.0.0 --no-build
jupyter labextension install plotlywidget@1.1.0 --no-build

# JupyterLab chart editor support (optional)
jupyter labextension install [email protected] --no-build
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plotly==4.0.0
plotly==4.1.0
jupytext==1.1.1
jupyter
notebook
Expand Down