Bokeh histogram will not plot
问题 My issue seems exactly like this post (albeit column types may be different): Cannot plot Histogram on Ubuntu 14.04 The code is straight out of the docs http://docs.bokeh.org/en/0.10.0/docs/user_guide/charts.html#histograms I couldn't comment on that post so needed to ask again if a solution was found... My system is SUSE. Just trying to plot a simple histogram of datetimes from a pandas df series. >>>df ACQ_DATE 0 2017-01-28 1 2017-01-28 ... ... 456365 2017-07-25 456366 2017-07-25 >>>hist =