/SuperSight

SuperSight is a static dashboard generator made for Matplotlib plots. It uses Jinja2, Bootstrap 4, MathJax and Gutenberg CSS !

Primary LanguageJupyter NotebookBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Python 3.5 License Build Status

logo

Why SuperSight ?

A few months ago I set up a data pipeline within the AWS ecosystem. The final step was to refresh dashboards regularly on QuickSight. Coming from Matplotlib and its unlimited power it was quite frustrating not to be able to design the very plot I had in mind. Notebooks are great for low level work but perhaps not for showing off results to top managers. SuperSight is designed to fill the gap between notebooks and commercial business intelligence tools.

Install

pip install supersight
Or clone the supersight folder and import it directly in your script(Jinja2 has to be installed).

Quickstart

Check the live demo here.

Check the notebook used to generate this demo here

Customizable

Everything you see in the demo can easily be overridden to let you build a white-labeled website.
You can also build your own template starting from the plain vanilla Bootstrap 4 included by default.

MathJax.js and Gutenberg CSS are included by default via CDN. You can also remove these libraries and add libraries you may need using a custom template.

Changelog

2017-05-30 : Prepared the field for tests.
2017-05-29 : Added a way to display styled Pandas dataframes. Users can now use df.style.
2017-05-20 : Fix a problem with pip install. The template was not included because include_package_data was not in setup.py.
2017-04-22 : A Documentation is now available.
2017-04-22 : Plots open in modal on click.