[Fixed]-Embed an interactive Bokeh in django views

8👍

You don’t need to run a Bokeh server to use Bokeh in DJANGO. You can just import Bokeh into you views.py.

You need to load the Bokeh js and css in your template, and render the components created by Bokeh. It think this is a concise example.

👤DA–

Leave a comment