Utils#

Computing utils#

Numba()

A class to toggle numba states.

Dask()

Class to toggle Dask states.

Bokeh utils#

ColumnDataSource(*args, **kwargs)

Wrap bokeh.models.ColumnDataSource.

create_layout(ax[, force_layout])

Transform bokeh array of figures to layout.

output_notebook(*args, **kwargs)

Wrap func:bokeh.plotting.output_notebook.

output_file(*args, **kwargs)

Wrap bokeh.plotting.output_file().

show_layout(ax[, show, force_layout])

Create a layout and call bokeh show.

to_cds(data[, var_names, groups, ...])

Transform data to ColumnDataSource (CDS) compatible with Bokeh.

Matplotlib utils#

interactive_backend([backend])

Context manager to change backend temporarily in ipython sesson.