We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcd356 commit 1a086b3Copy full SHA for 1a086b3
README.md
@@ -1,5 +1,29 @@
1
# plotly.py
2
3
+<table>
4
+ <tr>
5
+ <td>Latest Release</td>
6
+ <td>
7
+ <a href="https://pypi.org/project/plotly/"/>
8
+ <img src="https://badge.fury.io/py/plotly.svg"/>
9
+ </td>
10
+ </tr>
11
12
+ <td>Monthly Downloads</td>
13
14
+ <a href="https://pepy.tech/project/plotly"/>
15
+ <img src="https://pepy.tech/badge/plotly/month"/>
16
17
18
19
+ <td>License</td>
20
21
+ <a href="https://opensource.org/licenses/MIT"/>
22
+ <img src="https://img.shields.io/badge/License-MIT-yellow.svg"/>
23
24
25
+</table>
26
+
27
## Quickstart
28
29
`pip install plotly "notebook>=5.3" "ipywidgets>=7.2"`
0 commit comments