Skip to content

Simple hosted portal for navigating available dashboards

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

SigmaAdvancedAnalytics/analytics-portal

Repository files navigation

Bokeh Flasker

A tool for turning Bokeh figures into Flask apps simply and reliably.
Currently creates a naive list of divs from the Bokeh graphs provided, but in future will integrate with interactive layout design tools.

Features

[x] Creates and starts a Flask App on localhost:5000/
[x] Accepts a list of Bokeh figures and generates the required Divs
[ ] Compatibility with Bokeh server, callbacks and apps
[ ] Compatibility with layout design tool (undecided, maybe Gridster or Razzle)

Setup

  • Clone repository
  • (From inside repository) run:
    docker build -t portal .
  • Run:
    docker run --rm -it -p 5000:5000 -v ${PWD}:/home portal /bin/bash -c "python /home/main.py"
  • Check localhost:5000

About

Simple hosted portal for navigating available dashboards

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published