gustaf.helpers.notebook#

gustaf/gustaf/helpers/notebook.py.

Enables the plotting in ipynb with k3d.

There are no import guards since they are in the place where this module is imported. This should be enough since I do not think that this module will/should be used outside this place.

Functions

get_shape(N, x, y)

Taken verbatim from vedo plotter:show function.

Classes

K3DPlotterN(**kwargs)

Helper to plot in notebooks with k3d.