bowtie
bowtie copied to clipboard
:bowtie: Create a dashboard with python!
# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine bowtie/tests/test_components.py and observe `instatiation`, however expect to see `instantiation`. - Examine bowtie/tests/test_tags.py and observe `instantation`,...
```python yarn install v1.22.4 warning package.json: No license field warning No license field [1/4] Resolving packages... success Already up-to-date. Done in 0.45s. '.' is not recognized as an internal or...
When I run this example code: ``` from bowtie.visual import Plotly from bowtie.control import Nouislider import numpy as np import plotlywrapper as pw sine_plot = Plotly() freq_slider = Nouislider(caption='frequency', minimum=1,...
easily work with https://github.com/singingwolfboy/flask-dance
During testing the flask servers are run in a separate process. Can coverage be tracked from those processes to give a better estimate of coverage?
- [ ] determine minimum yarn version - [x] determine minimum node version - [x] raise helpful message when building if yarn or node are missing or out of date
wait on new release of flit https://github.com/takluyver/flit/issues/158 or redo when https://github.com/pypa/pip/issues/5407#issuecomment-412657550
Allow devs to write their own authentication functions: Objectives: 1. Very easy to add in simple authentication (basic auth). 2. Powerful enough that you can use whatever auth you already...
Greetings! Is it possible to have dynamic layouts like dash? For example ```python def layout_func(): num = numpy.random.rand() if num > 0.5: return html.Div([ html.Span('A') ]) else: return html.Div([html.Span(i) for...