/docker-flask-dataviz

:snake: Quickly create interactive plots in python

Primary LanguagePythonMIT LicenseMIT

Simple browser-based plots, generated from python, using the latest libraries:

Dash

Run

Start the server, running at localhost:8050

docker build -t dash-app -f Dockerfile-Dash .
docker run -it --rm --name=plotly-dash -p 127.0.0.1:8050:8050 dash-app

capture

Bokeh

Run

Start the server, running at localhost:5000

docker build -t bokeh-app -f Dockerfile-Bokeh .
docker run -it --rm --name=bokeh-flask -p 127.0.0.1:5000:5000 bokeh-app

capture