Hosted Bokeh App Demos
Clone this repository:
git clone https://github.com/bokeh/demo.bokeh.org.git
and install Docker on your platform
In the top level of this repository, execute the command
docker build --tag bokeh/demo.bokeh.org .
Execute the command to start the Docker container:
docker run --rm -p 5006:5006 -it bokeh/demo.bokeh.org
Now navigate to http://localhost:5006
to interact with the demo site.