Skip to main content

Highcharts meets python in your Jupyter notebook

Project description

easychart

highcharts meets python in your Jupyter notebook

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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: easychart-0.1.16.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.9.1

File hashes

Hashes for easychart-0.1.16.tar.gz
Algorithm Hash digest
SHA256 ce6b0b260514f49a10e2306035de33e9d38ce49b7533417331e066fadb01be70
MD5 5ed297ed1510f3e444bc0a81c4e0632a
BLAKE2b-256 1196f17b0f9ec4f738dcb308cb8e7293c776218e15ec111c6a1d270fd1852aa0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: easychart-0.1.16-py3-none-any.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.9.1

File hashes

Hashes for easychart-0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 f25c208996f2f817e778af5ee21011e2ca967107e01af4cffc62e8ca5840202b
MD5 080db8437f6274afdf066af9f9946253
BLAKE2b-256 7d18e7310c927679afcb0f2c83346e15333d08e0c5220b48642ac3ca30877b35

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