
    +d                     :    d dl mZ  e            Zd Zd ZddZdS )	    )Versionc                     	 dd l } dd l}t          |j                  t          d          k     p$t          | j                  t          d          k     }n# t          $ r d}Y nw xY w|rt          d          ddlm} d}|j        j	        
                    |           |                                  |            t          d	<   d S )
Nr   z0.9.5z0.8.1TzlPlease install panel and hvplot to use the GUI
`conda install -c conda-forge 'panel>=0.9.5' 'hvplot>=0.8.1'`   )GUIz4
    .scrolling {
      overflow: scroll;
    }
    instance)hvplotpanelr   __version__ImportErrorRuntimeErrorguir   configraw_cssappend	extensiongl)r   pnerrorr   csss        9lib/python3.11/site-packages/intake/interface/__init__.py	do_importr      s    ''''*:*::lgfFX>Y>Y\cdk\l\l>l     O  N  O  O  	OC
 IS!!!LLNNNSUUBzNNNs   AA A$#A$c                 @    | dv rt                       t          |          S )N>   r   r   )r   r   )attrs    r   __getattr__r   $   s"    "" d8O    TFc                     	 ddl }n# t          $ r t          d          w xY wddl}|                    d| |          S )z
    Load the notebook extension

    Parameters
    ----------
    inline : boolean (optional)
        Whether to inline JS code or load it from a CDN
    logo : boolean (optional)
        Whether to show the logo(s)
    r   NzThe intake plotting API requires hvplot.hvplot may be installed with:

`conda install -c pyviz hvplot` or `pip install hvplot`.bokeh)inlinelogo)r   r   	holoviewsr   )r   r   r   hvs       r   output_notebookr"   *   sk    
 
 
 
 Y
 
 	

 <<T<:::s    !N)TF)packaging.versionr   globalsr   r   r   r"    r   r   <module>r&      s`    & % % % % %WYY  0  ; ; ; ; ; ;r   