I\'m trying to serve an interactive bokeh figure via heroku. The figure I\'m trying to have served is essentially equivalent to this one (example, code). I\'m
The accepted answer didn't work for me as written (likely due to a bokeh version difference), but since this is still one of the top hits for this question, here is my minor modification that did work:
web: bokeh serve --port=$PORT --num-procs=0 --allow-websocket-origin=myapp.herokuapp.com --address=0.0.0.0 --use-xheaders myapp.py