All Projects → jwkvam → Bowtie

jwkvam / Bowtie

Licence: mit
Create a dashboard with python!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bowtie

Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+2053.59%)
Mutual labels:  data-science, jupyter, flask, plotly
Plotly.py
The interactive graphing library for Python (includes Plotly Express) ✨
Stars: ✭ 10,701 (+1378.04%)
Mutual labels:  interactive, plotly, dashboard
Ant Design Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
Stars: ✭ 30,909 (+4169.2%)
Mutual labels:  antd, dashboard, ant-design
React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-89.92%)
Mutual labels:  antd, dashboard, ant-design
Ant Design Pro Plus
✨ 基于 ant-design-pro 做一些微小的工作。
Stars: ✭ 88 (-87.85%)
Mutual labels:  antd, dashboard, ant-design
Lantern
Data exploration glue
Stars: ✭ 292 (-59.67%)
Mutual labels:  data-science, jupyter, plotly
Ant Design Vue Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design Vue like a Pro!
Stars: ✭ 8,965 (+1138.26%)
Mutual labels:  antd, dashboard, ant-design
Datastream.io
An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
Stars: ✭ 814 (+12.43%)
Mutual labels:  data-science, jupyter, dashboard
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+81.35%)
Mutual labels:  antd, dashboard, ant-design
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (-65.75%)
Mutual labels:  data-science, plotly, dashboard
Flask jsondash
🐍 📊 📈 Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.
Stars: ✭ 3,215 (+344.06%)
Mutual labels:  flask, plotly, dashboard
Intro To Python
An intro to Python & programming for wanna-be data scientists
Stars: ✭ 536 (-25.97%)
Mutual labels:  data-science, jupyter
Cookbook 2nd Code
Code of the IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018 [read-only repository]
Stars: ✭ 541 (-25.28%)
Mutual labels:  data-science, jupyter
Cookbook 2nd
IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018
Stars: ✭ 704 (-2.76%)
Mutual labels:  data-science, jupyter
Ant Design
An enterprise-class UI design language and React UI library
Stars: ✭ 76,498 (+10466.02%)
Mutual labels:  antd, ant-design
Data Science Your Way
Ways of doing Data Science Engineering and Machine Learning in R and Python
Stars: ✭ 530 (-26.8%)
Mutual labels:  data-science, jupyter
Pro Table
🏆 Use Ant Design Table like a Pro!
Stars: ✭ 543 (-25%)
Mutual labels:  antd, ant-design
Open Source Saas Boilerpate
Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack)
Stars: ✭ 582 (-19.61%)
Mutual labels:  flask, dashboard
Flask Profiler
a flask profiler which watches endpoint calls and tries to make some analysis.
Stars: ✭ 622 (-14.09%)
Mutual labels:  flask, dashboard
Orchest
A new kind of IDE for Data Science.
Stars: ✭ 694 (-4.14%)
Mutual labels:  data-science, jupyter

Installation_ | Documentation <https://bowtie-py.readthedocs.io/en/stable>__ | Gitter Chat <https://gitter.im/bowtie-py/Lobby>__ | Google Group <https://groups.google.com/forum/#!forum/bowtie-py>__

====== 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.py

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 <https://bowtie-demo.herokuapp.com/>__ generated from this code <https://github.com/jwkvam/bowtie-demo/blob/master/example.py>__!

Gallery

For more examples, check out the gallery <https://github.com/jwkvam/bowtie/wiki/Gallery>__ and repos <https://github.com/jwkvam/bowtie/wiki/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 <https://yarnpkg.com>__ 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 <https://yarnpkg.com/en/docs/install>__ for Yarn for your OS.

Documentation

Available here <https://bowtie-py.readthedocs.io/en/latest/>__.

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 <https://bowtie-py.readthedocs.io/en/latest/jupyter.html>__ for more details.

Docker

Docker images are provided as an alternative way to use Bowtie. They are available on Docker Hub <https://hub.docker.com/r/jwkvam/bowtie/>__::

docker pull jwkvam/bowtie

Read the documentation <https://bowtie-py.readthedocs.io/en/latest/docker.html>__ 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 Problem

Contributing

You can help Bowtie in many ways including:

  • Try it out <http://bowtie-py.readthedocs.io/en/latest/quickstart.html>__ and report bugs or what was difficult.
  • Help improve the documentation <https://github.com/jwkvam/bowtie/tree/master/doc>__.
  • Write new widgets <http://bowtie-py.readthedocs.io/en/latest/newcomponents.html>__.
  • Provide hosting for apps in the gallery.
  • Say thanks <https://saythanks.io/to/jwkvam>__!

|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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].