data_describe.compat._notebook

exception data_describe.compat._notebook.JupyterPlotlyWarning

Bases: UserWarning

Warning for missing jupyter-plotly extension in Jupyter Lab.

class args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.