
    Mh@                     B    d Z ddlmZmZ ddlmZ  G d de          ZdS )zGlobal configuration class.    )ListUnicode)LoggingConfigurablec                       e Zd ZdZ eg dd                              d          Z edd                              d          Zd	S )
NbConvertBasez~Global configurable class for shared config

    Useful for display data priority that might be used by many transformers
    )z	text/htmlzapplication/pdfz
text/latexzimage/svg+xmlz	image/pngz
image/jpegztext/markdownz
text/plainz
            An ordered list of preferred output type, the first
            encountered will usually be used when converting discarding
            the others.
            )helpT)configipythonzZDeprecated default highlight language as of 5.0, please use language_info metadata insteadN)	__name__
__module____qualname____doc__r   tagdisplay_data_priorityr   default_language     T/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/nbconvert/utils/base.pyr   r   
   s         
 !D		
 		
 		
    
cc! $ wi   
cc r   r   N)r   	traitletsr   r   traitlets.config.configurabler   r   r   r   r   <module>r      sl    ! !
 $ # # # # # # # = = = = = =    '     r   