No description, website, or topics provided.
Python
Switch branches/tags
Nothing to show
Clone or download

README.md

Example for demoing a bokeh server with Binder

Binder

Create a bokeh-app directory in the repo with a main.py. This is the application that will be served.

This repo contains:

  • environment.yml installing bokeh and nbserverproxy
  • a custom serverextension (bokehserverextension.py) that launches bokeh server
  • a postBuild script to enable the server extensions and install the local one (this last step would go away if the local extension became a proper package)
  • the weather example from the bokeh repo in the bokeh-app directory.