Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 7668e0f

Browse files
versions in docs
1 parent 5e2a4ed commit 7668e0f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gallery.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,7 @@ px.colors.carto.swatches()
259259
# Next steps
260260

261261
Phew, you've made it this far! If you want to use Plotly Express yourself, just `pip install plotly_express` to install it and head on over to our [reference documentation](https://plotly.github.io/plotly_express/plotly_express/) or just copy-paste from the examples above!
262+
263+
```python
264+
print(px.__version__)
265+
```

walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ Phew, you've made it this far! If you want to use Plotly Express yourself, just
103103
Or you could go back to our [Medium announcement article](https://medium.com/@plotlygraphs/introducing-plotly-express-808df010143d) for more details on this library.
104104

105105
```python
106-
106+
print(px.__version__)
107107
```

0 commit comments

Comments
 (0)