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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for easychart-0.1.27.tar.gz
Algorithm Hash digest
SHA256 91cddbb2882ad86262138e5ba5c5864f36a8a914261d69a01c276115431a92ab
MD5 edc29c2e85eae2e13d8b2ab1a2723398
BLAKE2b-256 5f25d6c828bc3d44b7e971020544f7bf42d4bf73cc864de361661b9ef00dbd6c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for easychart-0.1.27-py3-none-any.whl
Algorithm Hash digest
SHA256 4395f46e6fbc5653273f34c2c8d8dc817a340d58877f09ae2de4c7816fdb0793
MD5 df964f293bd570d6b86bdacd04dad4e8
BLAKE2b-256 f11068e9895cffe7a1fde100a2d5913c0783b47b600f6f49272e36d61510a834

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