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.14.tar.gz
(1.8 MB
view details)
Built Distribution
File details
Details for the file easychart-0.1.14.tar.gz
.
File metadata
- Download URL: easychart-0.1.14.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.11.1 pkginfo/1.7.0 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fc48e6a8e3ab81de28bb43d1d503692f5e9dd62d8b5e987495c87ca628e3ad4 |
|
MD5 | 8928ba2c74afcbb2d653e42a31c8d479 |
|
BLAKE2b-256 | fe8390d3aadf80ae765df49c992975e7092272660d65e3975a6389dca40d1539 |
File details
Details for the file easychart-0.1.14-py3-none-any.whl
.
File metadata
- Download URL: easychart-0.1.14-py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.11.1 pkginfo/1.7.0 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33b9d27006ebb8aac901e615dd29426babf0bec493e8650d9e0d9eb164e1d59c |
|
MD5 | e0687c8b0a47f74397f51c74b92e4930 |
|
BLAKE2b-256 | b7facb01e1500e35eb83407feee9d17437dde143c002bc8472fe0578d6262402 |