1

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?

Atlas7
  • 2,726
  • 4
  • 27
  • 36

1 Answers1

1

Yes, there are extensive tutorials about using HoloViews to set up a web app or dashboard to show off your Datashader plots; see http://holoviz.org/tutorial .

James A. Bednar
  • 3,195
  • 1
  • 9
  • 13
  • 1
    The tutorial is incredibly high quality - just what I needed to get started. Thank you so much!! – Atlas7 Feb 15 '18 at 16:57
  • I am having problems getting the very first tutorial to actually run as an app. https://github.com/pyviz/pyviz/issues/133 – denson Nov 09 '18 at 20:46
  • The link to the tutorial should be updated, it gives a 404 - up-to-date resources are probably available at https://pyviz.org/tutorials/index.html – epifanio Jun 12 '20 at 18:42