What is the best way to share a large Bokeh file?

Hi All

Ok, I confess ignorance… So any advice is appreciated!

Bokeh is great. And with Bokeh, I can produce feature rich visualization that can be shared across the world. But what’s the best way to do it?

For example, github has problem w/ a html files embedded in a notebook if the file weights a few MB. Since each plot can be encapsulated as a self-contained html file, perhaps I should just serve it as a regular html via standard LAMP setup? And what if the plots are not static, and they interact with bokeh server, then what’s the set up like? I know this is more of a client/server architecture issues, but your input is doubly appreciated.

Thx,

SH