Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwkvam/bowtie
:bowtie: Create a dashboard with python!
https://github.com/jwkvam/bowtie
ant-design antd dashboard data-science flask interactive jupyter plotly python react socket-io visualization webapp
Last synced: 19 days ago
JSON representation
:bowtie: Create a dashboard with python!
- Host: GitHub
- URL: https://github.com/jwkvam/bowtie
- Owner: jwkvam
- License: mit
- Created: 2016-04-17T22:00:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T08:00:06.000Z (about 5 years ago)
- Last Synced: 2024-10-02T05:02:10.320Z (about 1 month ago)
- Topics: ant-design, antd, dashboard, data-science, flask, interactive, jupyter, plotly, python, react, socket-io, visualization, webapp
- Language: Python
- Homepage:
- Size: 618 KB
- Stars: 765
- Watchers: 26
- Forks: 68
- Open Issues: 50
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - bowtie - :bowtie: Create a dashboard with python! (Python)
README
`Installation`_ |
`Documentation `__ |
`Gitter Chat `__ |
`Google Group `__======
Bowtie
======|Build Status| |Documentation Status| |PyPI version| |Conda version| |PyPI| |codecov| |prettier|
.. figure:: https://cloud.githubusercontent.com/assets/86304/20045988/69e5678a-a45a-11e6-853b-7f60a615c9da.gif
:alt: Bowtie Demo
:target: https://github.com/jwkvam/bowtie-demo/blob/master/example.pyIntroduction
------------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
--------.. figure:: https://cloud.githubusercontent.com/assets/86304/18606859/8ced55a6-7c70-11e6-8b5e-fba0ffcd78da.png
:alt: @astrobiased @treycausey @vagabondjack the lack of a comprehensive production-grade Shiny-alike for Python is a Big ProblemContributing
------------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 `__!|coffee|
.. |Join the chat at https://gitter.im/bowtie-py/Lobby| image:: https://badges.gitter.im/bowtie-py/Lobby.svg
:target: https://gitter.im/bowtie-py/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
.. |Forum| image:: https://img.shields.io/badge/-Google%20Group-blue.svg
:target: https://groups.google.com/forum/#!forum/bowtie-py
.. |Documentation Status| image:: https://readthedocs.org/projects/bowtie-py/badge/?version=latest
:target: http://bowtie-py.readthedocs.io/en/latest/?badge=latest
.. |Build Status| image:: https://travis-ci.org/jwkvam/bowtie.svg?branch=master
:target: https://travis-ci.org/jwkvam/bowtie
.. |PyPI version| image:: https://badge.fury.io/py/bowtie.svg
:target: https://badge.fury.io/py/bowtie
.. |Conda version| image:: https://anaconda.org/conda-forge/bowtie-py/badges/version.svg
:target: https://anaconda.org/conda-forge/bowtie-py
.. |PyPI| image:: https://img.shields.io/pypi/pyversions/bowtie.svg
:target: https://pypi.python.org/pypi/bowtie/
.. |codecov| image:: https://codecov.io/gh/jwkvam/bowtie/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jwkvam/bowtie
.. |coffee| image:: https://www.buymeacoffee.com/assets/img/custom_images/purple_img.png
:target: https://www.buymeacoffee.com/jwkvam
.. |prettier| image:: https://img.shields.io/badge/code_style-prettier-ff69b4.svg
:target: https://github.com/prettier/prettier