Example for demoing a bokeh server with 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.ymlinstalling bokeh and nbserverproxy- a custom serverextension (
bokehserverextension.py) that launches bokeh server - a
postBuildscript 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-appdirectory.