Skip to content

beenje/flask_bokeh_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask app to embed a bokeh server app

Simple example to reproduce bokeh/bokeh#4693

Use conda to create the environment:

$ conda env create

In one terminal, run bokeh server:

$ source activate flask_bokeh_app
$ bokeh serve --host localhost:5000 --host localhost:5006 sliders.py

In another window, run flask:

$ source activate flask_bokeh_app
$ export FLASK_APP=app.py
$ flask run

Go to http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published