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.
pip install supersight
Or clone the supersight folder and import it directly in your script(Jinja2 has to be installed).
Check the live demo here.
Check the notebook used to generate this demo here
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.
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.