How do you embed bokeh-server functionality in flask app to render in django views

I’m trying to use Django view to embed flask app and I have no idea. I’m new to this.

I have a graph which has 6 million points in it, I’d like to use bokeh-server functionalities to plot it but I want to render it in django. How do I do that?