MCPcopy
hub / github.com/dask/dask / BOKEH_VERSION

Function BOKEH_VERSION

dask/diagnostics/profile_visualize.py:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def BOKEH_VERSION():
17 bokeh = import_optional_dependency("bokeh")
18 from packaging.version import Version
19
20 return Version(bokeh.__version__)
21
22
23_BOKEH_MISSING_MSG = "Diagnostics plots require `bokeh` to be installed"

Callers 6

test_profiler_plotFunction · 0.90
test_cache_profiler_plotFunction · 0.90
test_plot_multipleFunction · 0.90
plot_resourcesFunction · 0.85
plot_cacheFunction · 0.85

Calls 1

Tested by 4

test_profiler_plotFunction · 0.72
test_cache_profiler_plotFunction · 0.72
test_plot_multipleFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…