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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: easychart-0.1.15.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.15.tar.gz
Algorithm Hash digest
SHA256 8ed056ccc73356e8c75b7d20354c4f52ceb2ba990b82c2aa0c1856744c5c84fe
MD5 39f18b4871cbff9ab190591acdff5790
BLAKE2b-256 8f6e2833520dfae1f9a1e5d1159d15d05b4019c8edcc2f7465f483443044c7e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: easychart-0.1.15-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.15-py3-none-any.whl
Algorithm Hash digest
SHA256 170b316f562ea8586fb77ef87b1b48c8c52fafcbd5d6633bc90bb3666551eee8
MD5 3ba2de5d4c1430e2ed75da2dace3e4c9
BLAKE2b-256 dd3ef44744ef54874c265151259f680fcec263d9220e7979381bd31d039e5e0b

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