-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e7245a
commit b763ef9
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ Our recommended IDE for Plotly’s Python graphing library is Dash Enterprise’ | |
|
||
## Quickstart | ||
|
||
`pip install plotly==5.2.2` | ||
`pip install plotly==5.3.1` | ||
|
||
Inside [Jupyter](https://jupyter.org/install) (installable with `pip install "jupyterlab>=3" "ipywidgets>=7.6"`): | ||
|
||
|
@@ -86,13 +86,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==5.2.2 | ||
pip install plotly==5.3.1 | ||
``` | ||
|
||
or conda. | ||
|
||
``` | ||
conda install -c plotly plotly=5.2.2 | ||
conda install -c plotly plotly=5.3.1 | ||
``` | ||
|
||
### JupyterLab Support | ||
|
@@ -114,7 +114,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**, | |
|
||
``` | ||
# JupyterLab 2.x renderer support | ||
jupyter labextension install [email protected].0 @jupyter-widgets/jupyterlab-manager | ||
jupyter labextension install [email protected].1 @jupyter-widgets/jupyterlab-manager | ||
``` | ||
|
||
Please check out our [Troubleshooting guide](https://plotly.com/python/troubleshooting/) if you run into any problems with JupyterLab. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters