
    g                         d Z d Zy)z%
Tools for matplotlib plot exporting
c            	          	 ddl m} m} d}d}d}d}d}d	|d
|d|d|d	}|j                  |      }d|z   dz   }	   |	             y# t        $ r t	        d       Y Ww xY w)zInitialize the IPython notebook display elements

    This function borrows heavily from the excellent vincent package:
    http://github.com/wrobstory/vincent
        )displayHTMLz%IPython Notebook could not be loaded.a  
    if (window['d3'] === undefined) {{
        require.config({{ paths: {{d3: "http://d3js.org/d3.v3.min"}} }});
        require(["d3"], function(d3) {{
          window.d3 = d3;
          {0}
        }});
    }};
    if (window['topojson'] === undefined) {{
        require.config(
            {{ paths: {{topojson: "http://d3js.org/topojson.v1.min"}} }}
            );
        require(["topojson"], function(topojson) {{
          window.topojson = topojson;
        }});
    }};
    z+http://d3js.org/d3.geo.projection.v0.min.jsz6http://wrobstory.github.io/d3-cloud/d3.layout.cloud.jsz"http://d3js.org/topojson.v1.min.jsz'http://trifacta.github.com/vega/vega.jsz$.getScript("z%", function() {
        $.getScript("z)", function() {
            $.getScript("z-", function() {
                $.getScript("z", function() {
                        $([IPython.events]).trigger("vega_loaded.vincent");
                })
            })
        })
    });z<script>z	</script>N)IPython.core.displayr   r   ImportErrorprintformat)
r   r   
require_jsd3_geo_projection_js_urld3_layout_cloud_js_urltopojson_js_urlvega_js_urldep_libsload_jshtmls
             b/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/matplotlylib/mplexporter/tools.pyipynb_vega_initr      s    76J"  MX:O;K 	!H )G+-DDJS  7567s   A A"!A"N)__doc__r        r   <module>r      s   
1r   