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

Uploaded Source

Built Distribution

easychart-0.1.18-py3-none-any.whl (1.9 MB view details)

Uploaded Python 3

File details

Details for the file easychart-0.1.18.tar.gz.

File metadata

  • Download URL: easychart-0.1.18.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.1

File hashes

Hashes for easychart-0.1.18.tar.gz
Algorithm Hash digest
SHA256 debffb2497fad34d9ad80bc9fec096d42bd2f77adb715a60657e8b3a13cf85f9
MD5 71d9495cf768463f3ffd825714cc81de
BLAKE2b-256 66311c36cfb09e173fc986e28dc5b936cd5e9c44952779eeef06eae8c369a009

See more details on using hashes here.

File details

Details for the file easychart-0.1.18-py3-none-any.whl.

File metadata

  • Download URL: easychart-0.1.18-py3-none-any.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.1

File hashes

Hashes for easychart-0.1.18-py3-none-any.whl
Algorithm Hash digest
SHA256 6696ba73ef51f22e70771143128dd8ce20949894b7e479e1560e7cff7576f641
MD5 332d3f7258f70558f7304c80a9a21698
BLAKE2b-256 0e333ca7216416fce62c5c1d85143ab691b4d87046cb899c432ac350b4dc1adf

See more details on using hashes here.

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