holoviz / datashader

Quickly and accurately render even the largest data.
http://datashader.org
BSD 3-Clause "New" or "Revised" License
3.3k stars 366 forks source link

```ModuleNotFoundError: No module named 'datashader.bokeh_ext'``` #1144

Closed riyashetty15 closed 1 year ago

jbednar commented 1 year ago

bokeh_ext is very old code that we no longer ship, so if you're getting that error, you are either using a very old and broken version of Datashader or some code that was written for Datashader many years ago. So please make sure you are using an up to date version of Datashader (0.14.2 is the latest) and the problem should go away.