Skip to content

mahdiansyah/demo.bokeh.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.8%
  • HCL 40.4%
  • Dockerfile 4.8%