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.
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")
Reference Guide
Examples
Roadmap
- Deploy to Binder
- Add more examples
- Add some apps (for Binder)
- Distribute as conda package
- Support HighStock
- Support HighMap
- Support HighGantt
- Support HighEditor
Change Log
- 20210403: First Release to PyPi
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file panel-highcharts-20210403.1.4.tar.gz.
File metadata
- Download URL: panel-highcharts-20210403.1.4.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1a5e0ba0d0aa91c8d06497a9f646de082e4a5fb4d581548687475b5fd5b21e8
|
|
| MD5 |
fcaa68d3c067e9663f778c000d7f5a67
|
|
| BLAKE2b-256 |
f74665d9dcfbe9d975ad926424a0c918711819bc91742a5a44cb0b3d7113c4a2
|
File details
Details for the file panel_highcharts-20210403.1.4-py3-none-any.whl.
File metadata
- Download URL: panel_highcharts-20210403.1.4-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e3deacfc08cbd17c7910e4781e806f5a343bd6420054c1de39fe50e8e0c7c59
|
|
| MD5 |
885ea059b2cdf500325e9ac378d527be
|
|
| BLAKE2b-256 |
3562c26fa0c680e12a8ec7957336cd94e8307d97dce39593e1eeac13770b55b5
|