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

Uploaded Source

Built Distribution

easychart-0.1.26-py3-none-any.whl (2.0 MB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for easychart-0.1.26.tar.gz
Algorithm Hash digest
SHA256 e54fb2a7350a831af4f8f7fe12ab3d597243cb77f379290d4e947ac535757514
MD5 ed382a26c6b0e55eb0d76ce61c650647
BLAKE2b-256 4fd897b2b62ab9d0dda9954e81b45d35192d04971f400e68dd3f75d977e5dc42

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for easychart-0.1.26-py3-none-any.whl
Algorithm Hash digest
SHA256 9918a93e7a97d7bf0344e18953d4e4f91436434c4b36be6849e751af99ab8d5b
MD5 d038439c018d9469b9648142faf723c8
BLAKE2b-256 47a346029f77bbbcb52569d5c2f48fc26c3be4e6a536b8ca32cd35f5f9ee0a13

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