Skip to content

Commit 1a086b3

Browse files
jonmmeasemichaelbabyn
authored andcommitted
Updated README with badges
Added latest release, downloads, and license badges to README
1 parent afcd356 commit 1a086b3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Diff for: README.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# plotly.py
22

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+
<tr>
12+
<td>Monthly Downloads</td>
13+
<td>
14+
<a href="https://pepy.tech/project/plotly"/>
15+
<img src="https://pepy.tech/badge/plotly/month"/>
16+
</td>
17+
</tr>
18+
<tr>
19+
<td>License</td>
20+
<td>
21+
<a href="https://opensource.org/licenses/MIT"/>
22+
<img src="https://img.shields.io/badge/License-MIT-yellow.svg"/>
23+
</td>
24+
</tr>
25+
</table>
26+
327
## Quickstart
428

529
`pip install plotly "notebook>=5.3" "ipywidgets>=7.2"`

0 commit comments

Comments
 (0)