You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chart Integration with Jupyter Notebook, widgets, and Dashboard.
Statistical interactive visualization
Ability backed by Echarts (Toolbox, Transition, Tooltip, etc.)
What It Doesn't Do
Krisk won't implement all features of Echarts. For more advanced usage, Krisk users can use JSON option (or HTML) output produced by Krisk to optimize in Javascript.
Only basic charts are supported for explanation visualization. The plan will support:
More complex line, bar, scatter, and histogram.
Geoscatter plot
Time Series
Of course, contributions are welcome to support all chart types and advanced features.
Motivation for Another Visualization Library
Krisk is targeted for building interactive dashboard application on top of two key components of Jupyter framework, ipywidgets and Jupyter Dashboard.
Krisk is also act as tool to support reproducible chart by utilizing pandas DataFrame as data input.
How to Contribute
To contribute and unit tests your changes, please do the following,
Fork this repository
Clone this repo and do unit test,
pip install coverage pytest
git clone https://github.com/your-username/krisk.git
cd krisk
coverage run --source krisk -m py.test
License
New BSD
About
Statistical Interactive Visualization with pandas+Jupyter integration on top of Echarts.