Skip to main content

A python package enabling you to use HighCharts with Jupyter, HoloViz Panel and the rest of the tools you know and love

Project description

Panel HighCharts

THIS IS APLHA SOFTWARE. I BELIEVE THINGS WORK, BUT THE PACKAGE NEEDS TO BE USED TO TELL. AND USAGE MIGHT ALSO CHANGE THE API.

The panel-highcharts package makes it easy to use Highcharts from Python for exploratory analysis in a Jupyter Notebook or as a Panel Web App.

Panel HighCharts

License

The panel-highcarts python package and repository is open source and free to use (MIT License), however Highcharts itself requires a license for commercial use. For more info see the Highcharts license FAQs.

Installation

With pip

pip install panel-highcharts

Usage

From with a Jupyter Notebook

import panel_highcharts as ph

import panel as pn
pn.extension('highchart')
configuration = {
    "title": {"text": "HighChart Pane"},
    "series": [
        {
            "name": "series1",
            "data": [1, 2, 3, 4, 5],
        }
    ]
}
ph.HighChart(object=configuration, sizing_mode="stretch_width")

Basic Example

Reference Guide

Examples

Roadmap

Change Log

  • 20210403: First Release to PyPi

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

panel-highcharts-20210403.1.3.tar.gz (25.8 kB view details)

Uploaded Source

Built Distribution

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

panel_highcharts-20210403.1.3-py3-none-any.whl (33.9 kB view details)

Uploaded Python 3

File details

Details for the file panel-highcharts-20210403.1.3.tar.gz.

File metadata

  • Download URL: panel-highcharts-20210403.1.3.tar.gz
  • Upload date:
  • Size: 25.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.4

File hashes

Hashes for panel-highcharts-20210403.1.3.tar.gz
Algorithm Hash digest
SHA256 84a412b418ba3d953da873e60be36eda41de6fc5320baf08fd2696a8e6ddc422
MD5 a12219acbbc2c4ed323d94a7eaf227f2
BLAKE2b-256 798e54552a142dd40ad663d709b7e35b873be6c61dc3366226df61937cc99386

See more details on using hashes here.

File details

Details for the file panel_highcharts-20210403.1.3-py3-none-any.whl.

File metadata

  • Download URL: panel_highcharts-20210403.1.3-py3-none-any.whl
  • Upload date:
  • Size: 33.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.4

File hashes

Hashes for panel_highcharts-20210403.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1485cf2644d41bd9782b766aa931cbe172a148c73fdcd8ba3d87cb13cb05e2bb
MD5 1151e1af567d03da25c7c2d2a4e81f9f
BLAKE2b-256 1e5889b7e500a96cf53d3f4e36340a3451bd61f19e321b0270282516cd2a17bb

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