ipynb_maker

mastml.plot_helper.ipynb_maker(plot_func)[source]

This method creates Jupyter Notebooks so user can modify and regenerate the plots produced by MAST-ML.

Args:

plot_func: (plot_helper method), a plotting method contained in plot_helper.py which contains the

@ipynb_maker decorator

Returns:

(plot_helper method), the same plot_func as used as input, but after having written the Jupyter notebook with source code to create plot