Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 428754d

Browse filesBrowse files
authored
Updated README with badges
Added latest release, downloads, and license badges to README
1 parent 618ee2d commit 428754d
Copy full SHA for 428754d

File tree

1 file changed

+24
-0
lines changed
Filter options

1 file changed

+24
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.