
    e                     &   d Z ddlmZ ddlmZmZ ddlmZ ddlm	Z	 ddl
mZ ddlmZmZ ddlmZmZmZmZmZmZmZ dd	lmZmZmZ dd
lmZmZmZmZm Z  ddl!m"Z"m#Z# ddl$m%Z% ddl&m'Z'm(Z(m)Z)m*Z* ddl+m,Z, ddl-m.Z. ddl/m0Z0 ddl1m2Z2 ddl3m4Z4m5Z5 dZ6dS )u  
Panel panes renders the Python objects you know and love ❤️
===========================================================

Panes may render anything including plots, text, images, equations etc.

For example Panel contains Bokeh, HoloViews, Matplotlib and Plotly panes.

Check out the Panel gallery of panes
https://panel.holoviz.org/reference/index.html#panes for inspiration.

How to use Panel panes in 2 simple steps
----------------------------------------

1. Define your Python objects

>>> some_python_object = ...
>>> another_python_object = ...

2. Define your panes

>>> pn.pane.SomePane(some_python_object).servable()
>>> pn.pane.AnotherPane(another_python_object).servable()

Most often you don't have to wrap your Python object into a specific
pane. Just add your Python object to `pn.panel`, `pn.Column`, `pn.Row` or
other layouts, then Panel will automatically wrap it in the right pane.

For more detail see the Getting Started Guide
https://panel.holoviz.org/getting_started/index.html
   )Alert)PaneBasepanel)DeckGL)ECharts)LaTeX)	HoloViewsInteractive)GIFICOJPGPDFPNGSVGImage)
IPyLeaflet	IPyWidgetReacton)HTMLJSON	DataFrameMarkdownStr)AudioVideo)Perspective)YTBokeh
MatplotlibRGGPlot)Plotly)Streamz)Vega)Vizzu)VTK	VTKVolume)#r   r   r   r   r   r   r   r	   r   r   r
   r   r   r   r   r   r   r   r   r   r   r   r!   r   r   r    r   r"   r   r#   r   r$   r%   r&   r   N)7__doc__alertr   baser   r   deckglr   echartsr   equationr   	holoviewsr	   r
   imager   r   r   r   r   r   r   	ipywidgetr   r   r   markupr   r   r   r   r   mediar   r   perspectiver   plotr   r   r   r    plotlyr!   streamzr"   vegar#   vizzur$   vtkr%   r&   __all__     3lib/python3.11/site-packages/panel/pane/__init__.py<module>r=      s   >       ! ! ! ! ! ! ! !                   - - - - - - - -                  6 5 5 5 5 5 5 5 5 5                       $ $ $ $ $ $                                           $r;   