bowtieCreate a dashboard with python!
Installation | Documentation | Gitter Chat | Google Group
Bowtie
Introduction
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!
Demo
See a live example generated from this code!
Gallery
For more examples, check out the gallery and repos. Feel free to add your own creations!
Installation
If you use conda
, you can install with:
conda install -c conda-forge bowtie-py
If you use pip
, you can install with:
pip install bowtie
Requirements
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:
conda install -c conda-forge yarn
Otherwise follow install instructions for Yarn for your OS.
Documentation
Available here.
Jupyter Integration
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.
Read the documentation for more details.
Docker
Docker images are provided as an alternative way to use Bowtie. They are available on Docker Hub:
docker pull jwkvam/bowtie
Read the documentation for more details.
The Goal
Contributing
You can help Bowtie in many ways including:
- Try it out and report bugs or what was difficult.
- Help improve the documentation.
- Write new widgets.
- Provide hosting for apps in the gallery.
- Say thanks!