
    [6g                      .    d dl mZ  G d de          ZdS )   )
BaseFigurec                       e Zd ZdZd ZdS )FigureWidgeta1  
    FigureWidget stand-in for use when ipywidgets is not installed. The only purpose
    of this class is to provide something to import as
    `plotly.graph_objs.FigureWidget` when ipywidgets is not installed. This class
    simply raises an informative error message when the constructor is called
    c                      t          d          )Nz>Please install ipywidgets>=7.0.0 to use the FigureWidget class)ImportError)selfargskwargss      X/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/missing_ipywidgets.py__init__zFigureWidget.__init__   s    L
 
 	
    N)__name__
__module____qualname____doc__r    r   r   r   r      s-         
 
 
 
 
r   r   N)basedatatypesr   r   r   r   r   <module>r      sK    % % % % % %
 
 
 
 
: 
 
 
 
 
r   