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. DOES CURRENTLY ONLY WORK IN JUPYTER LAB AND PANEL APP - NOT JUPYTER NOTEBOOK!

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 Logo

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

Binder

https://github.com/marcskovmadsen/panel-highcharts/blob/HEAD/examples/HighChart.ipynb

Examples

Binder

Additional Resources

You can find more inspiration via the links below.

Roadmap

When I get the time I would like to

  • Get it working in Jupyter Notebook (Works in Jupyter Lab and Panel app).
  • Deploy to Binder
  • Add more examples
  • Add some apps for Binder via jupyter-server-proxy
  • Add badges for 100% test coverage etc.
  • Distribute as conda package
  • Support HighStock
  • Support HighMap
  • Support HighGantt
  • Support HighEditor

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.2.tar.gz (26.3 kB view hashes)

Uploaded Source

Built Distribution

panel_highcharts-20210403.2-py3-none-any.whl (34.1 kB view hashes)

Uploaded Python 3

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