Skip to content

Commit 7a2689a

Browse files
trying to fix px warnings
1 parent fbfcf79 commit 7a2689a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

notebooks/plotly-express.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jupyter:
1212
language: python
1313
name: python3
1414
plotly:
15-
description: Plotly Express is a terse, consistent, high-level wrapper around `plotly.graph_objs` for rapid data exploration and figure generation.
15+
description: Plotly Express is a terse, consistent, high-level API for rapid data exploration and figure generation.
1616
display_as: file_settings
1717
has_thumbnail: true
1818
ipynb: ~notebook_demo/252
@@ -29,7 +29,7 @@ jupyter:
2929

3030
### Plotly Express
3131

32-
Plotly Express is a terse, consistent, high-level wrapper around `plotly.graph_objs` for rapid data exploration and figure generation.
32+
Plotly Express is a terse, consistent, high-level wrapper around `plotly.graph_objects` for rapid data exploration and figure generation.
3333

3434
This notebook demonstrates various `plotly.express` features. [Reference documentation](https://plotly.github.io/plotly_express/plotly_express/) is also available.
3535

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ plotly==4.0.0a9
22
jupytext==1.1.1
33
jupyter
44
notebook
5-
pandas>=0.20.0
5+
pandas==0.23.0
66
statsmodels==0.9.0
77
scipy==1.1.0
8-
patsy>=0.5
8+
patsy==0.5.1
99
numpy==1.16.0
1010
plotly-geo
1111
python-igraph

0 commit comments

Comments
 (0)