Skip to main content

Highcharts meets python in your Jupyter notebook

Project description

easychart

highcharts meets python in your Jupyter notebook

PyPI version pythons build Documentation Status Code style: black Downloads

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


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.28.tar.gz (1.9 MB view hashes)

Uploaded Source

Built Distribution

easychart-0.1.28-py3-none-any.whl (2.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page