bokeh / demo.bokeh.org

Hosted Bokeh App Demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo.bokeh.org

Hosted Bokeh App Demos

Running Locally

Setup

Clone this repository:

git clone https://github.com/bokeh/demo.bokeh.org.git

and install Docker on your platform

Building

In the top level of this repository, execute the command

docker build --tag bokeh/demo.bokeh.org .

Running

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.

About

Hosted Bokeh App Demos

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HCL 52.7%Language:HTML 41.0%Language:Dockerfile 6.3%