newsflash
A Python library for building interactive dashboards and web apps.
Newsflash is a Python library for building fast, interactive web applications. What makes it unique is that you have full control over all interactivity in Python while sticking to web technologies like HTML and CSS for the layout and styling.
select the type of wave:
amplitude:
periods:
easy interactivity
To create an interactive object you define widgets in your Python code. Each widgets has its own callback method for user interaction.
beautiful, simple charts
Many chart types are supported out of the box, but you can also create your own custom charts.
full control
Newsflash gives you the tools to get started quickly, but it doesn't hide the underlying technologies. You have fine-grained control about how your app looks and behaves.