Bowtie is a library for writing dashboards in Python. No need to know web frameworks or JavaScript, focus on building functionality in Python. Interactively explore your data in new ways! Deploy and share with others! Bowtie uses Yarn to manage node packages. If you installed Bowtie through conda, Yarn was also installed as a dependency. Yarn can be installed through conda. An early integration with Jupyter has been prototyped. I encourage you to try it out and share feedback. I hope this will make it easier to make Bowtie apps. Bowtie helps you visualize your data interactively. No Javascript required, you build your dashboard in pure Python. Easy to deploy so you can share results with others. Ships with many useful widgets including charts, tables, dropdown menus, sliders, and markdown. All widgets come equipped with events and commands for interaction. Compiles a single Javascript bundle speeding up load times and removes CDN dependencies.
Features
- Jupyter integration allows you to prototype your dashboards.
- Store and fetch data with the client (browser)
- Bowtie uses Yarn to manage node packages
- Jupyter Integration
- Docker images are provided as an alternative way to use Bowtie
- Read the documentation for more details
- Schedule functions to run on a timer
- Powerful Pythonic grid API to layout components, not in HTML and CSS