MCPcopy Create free account
hub / github.com/holoviz/hvplot / import_datashader

Function import_datashader

hvplot/util.py:894–903  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

892
893
894def import_datashader():
895 datashader = None
896 try:
897 import datashader
898 except ModuleNotFoundError:
899 raise ModuleNotFoundError(
900 'The `datashader` package must be installed in order to use '
901 'datashading features. Install it with pip or conda.'
902 ) from None
903 return datashader
904
905
906def import_geoviews():

Callers 2

__call__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…