Installation | Documentation | Gitter Chat | Google Group
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!
See a live example generated from this code!
For more examples, check out the gallery and repos. Feel free to add your own creations!
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
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.
Available here.
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 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.
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!