I have recently created an interactive Datashader-Bokeh Interactive Map that looks like this NYC Taxi Example on a Jupyter Notebook. The dynamic aggregation works beautifully when I run the code locally on my mac.
My question is, is the current technology possible to host this as a web application - e.g. a web app without that Jupyter Notebook interface. And if so, how?
I've come across some articles (this and this) that suggest HoloViews might be an appropriate "glue" to stitch up Datashader, Bokeh and Bokeh-server - to make a web application. Though I am wondering if there may be any get-started tutorials / good-practice templates on this?