1

I start my dask-scheduler and open bokeh web page. But when trying to access the links it just hangs on loading. I tried re-installing everything (dask and bokeh) but the issue remains. Is this a known issue? I am not using conda to install it. It is similar to this question here but their solution didn't work on me.

Apostolos
  • 7,763
  • 17
  • 80
  • 150

1 Answers1

3

Tornado version 4.5 and Bokeh versions <= 0.12.5 have a known incompatibility. Try updating bokeh to 0.12.6 or downgrading Tornado to 4.4

MRocklin
  • 55,641
  • 23
  • 163
  • 235