Highcharts meets python in your Jupyter notebook
Project description
easychart
highcharts meets python in your Jupyter notebook
Getting started
Installing easychart is easy with pip
pip install easychart
Open a new Jupyter notebook
import easychart
chart = easychart.new("column")
chart.title.text = "France Olympic medals",
chart.subtitle.text ="by year and by medal class"
chart.yAxis.title.text = "medals"
chart.categories = ["Gold","Silver","Bronze"]
chart.plot([7, 16, 18], name=2008)
chart.plot([11, 11, 13], name=2012)
chart
Documentation
Complete documentation is hosted on read the docs. Have a look at one of the 25+ example charts.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
easychart-0.1.33.tar.gz
(1.9 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easychart-0.1.33.tar.gz.
File metadata
- Download URL: easychart-0.1.33.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5422393b4ead2c85172873dbd6bd5db482fd38fd80ecf60cf906c9f2f17b657
|
|
| MD5 |
89cdd7ff471718273305d2416f0e9958
|
|
| BLAKE2b-256 |
18c237a089a900a1273af318b5038c586a6d92fcb62c101363f4444433d2d013
|
File details
Details for the file easychart-0.1.33-py3-none-any.whl.
File metadata
- Download URL: easychart-0.1.33-py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01d48b4333ce4c6437bd3cc899540729ad5d6eb61587214fcf1cfcef7c909a28
|
|
| MD5 |
673515c83c2b81e97766267bb30ee68c
|
|
| BLAKE2b-256 |
d196b410e795b5cba02068315486ddae8d37ccb4088d8c73026442f267509b60
|