Skip to main content

Highcharts meets python in your Jupyter notebook

Project description

easychart

highcharts meets python in your Jupyter notebook

PyPI version pythons tests and coverage 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.33.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for easychart-0.1.33.tar.gz
Algorithm Hash digest
SHA256 c5422393b4ead2c85172873dbd6bd5db482fd38fd80ecf60cf906c9f2f17b657
MD5 89cdd7ff471718273305d2416f0e9958
BLAKE2b-256 18c237a089a900a1273af318b5038c586a6d92fcb62c101363f4444433d2d013

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for easychart-0.1.33-py3-none-any.whl
Algorithm Hash digest
SHA256 01d48b4333ce4c6437bd3cc899540729ad5d6eb61587214fcf1cfcef7c909a28
MD5 673515c83c2b81e97766267bb30ee68c
BLAKE2b-256 d196b410e795b5cba02068315486ddae8d37ccb4088d8c73026442f267509b60

See more details on using hashes here.

Supported by

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