bowtie
bowtie copied to clipboard
:bowtie: Create a dashboard with python!
compare the timings for svg and gl with scatter and scattergl https://plot.ly/javascript/reference/#scattergl may need to add some more features to plotlywrapper
I don't know if it's possible but the compressed bundle for bowtie-demo is 1.13 MB. Not being an expert I wonder if this is still rather large and if it...
I tried to follow best practices when creating Bowtie which led me down the path of using yarn and webpack to fetch and bundle up the app. I don't necessarily...
SmartGrid looks awful and I don't have the css skills to make them look good. Ant design's table component looks better and is easier to develop against even though it...
These have been TODOs for quite some time :( For example: https://github.com/jwkvam/bowtie/blob/master/bowtie/visual.py#L318
Travis doesn't do any testing with the docker image. It would be good to have some testing done, ideally run the same test suite inside the docker to make sure...
tried starting in https://github.com/jwkvam/bowtie/tree/download
This can help catch simple errors fast. This check should happen when `build` is called. Should this be a warning or an error? A warning might be nice if someone...
Is there are way to run multiple apps under the same server without running each app individually? I'm thinking of a Bowtie Server, similar to [Shiny Server](https://github.com/rstudio/shiny-server) where all I...