Skip to content

Commit 259e078

Browse files
authored
Update README.md
1 parent f0a66c7 commit 259e078

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

Diff for: README.md

+20-15
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
# plotly.py
22

3-
> An interactive, browser-based graphing library for Python :sparkles:
3+
#### 📢 Announcement!
4+
#### Seats are still available for a 2 day, Dash master class in NYC, November 18-19.
5+
#### [Registration here](https://plotcon.plot.ly/workshops) 🎚 📈 🗽
46

5-
Plotly for Python is now entirely open source, free, and self-hosted.
7+
[plotly.py](https://plot.ly/d3-js-for-python-and-pandas-charts/) is an interactive, browser-based graphing library for Python :sparkles:
68

7-
[![](https://plot.ly/~chriddyp/1825/.png)](https://plot.ly/~chriddyp/1825.embed)
9+
Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is a high-level, declarative charting library. plotly.js ships with over 30 chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, and more. Plotly graphs are interactive by default and can be viewed in Jupyter notebooks, standalone HTML files, or hosted online on [plot.ly](https://plot.ly).
810

9-
[![](https://plot.ly/~chriddyp/1780/.png)](https://plot.ly/~chriddyp/1780.embed)
11+
`plotly.py` is [MIT Licensed](LICENSE.txt). [Contact us](https://plot.ly/products/consulting-and-oem/) for Plotly.js consulting, dashboard development, application integration, and feature additions. Sharing your graphs online or in dashboards? Consider a [plot.ly subscription](https://plot.ly/products/cloud).
1012

11-
## [Documentation](https://plot.ly/python)
13+
<p align="center">
14+
<a href="https://www.plot.ly/javascript" target="_blank">
15+
<img src="https://raw.githubusercontent.com/cldougl/plot_images/add_r_img/plotly_2017.png">
16+
</a></p>
1217

13-
Take a look at [the website docs](https://plot.ly/python).
18+
***
1419

15-
Or, check out the [README.rst](README.rst) for more.
20+
- [Online Documentation](https://plot.ly/python)
21+
- [`contributing.md`](https://github.com/plotly/python-api/blob/master/contributing.md).
22+
- [Code of Conduct](CODE_OF_CONDUCT.md).
23+
- [New! Announcing Dash](https://medium.com/@plotlygraphs/introducing-dash-5ecf7191b503)
24+
- [Community](https://community.plot.ly/c/api/python)
1625

17-
## Contribute
26+
## Copyright and license
1827

19-
Heck yeah! We've got suggestions! We've got guides!
28+
Code and documentation copyright 2017 Plotly, Inc.
2029

21-
Check out [`contributing.md`](https://github.com/plotly/python-api/blob/master/contributing.md).
30+
Code released under the [MIT license](LICENSE.txt).
2231

23-
Also, all interactions with Plotly are governed by the [Code of Conduct](CODE_OF_CONDUCT.md). Just saying.
24-
25-
## License
26-
27-
[MIT](LICENSE.txt) © 2016-2017 Plotly, Inc.
32+
Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE).

0 commit comments

Comments
 (0)