
    -e?	                    z    d Z ddlmZ ddlZ ej        e          ZddlmZm	Z	 dZ
 e e	d                    ZdS )aC   Provide JSON data for co-occurrence of characters in Les Miserables.

License: `CC BY-ND 4.0`_

Source from http://ftp.cs.stanford.edu/pub/sgb/jean.dat

This module contains one dictionary: ``data``.

.. rubric:: ``data``

.. code-block::

    {
        'nodes': [
            {'name': 'Myriel', 'group': 1},
            ...
            {'name': 'Mme.Hucheloup', 'group': 8}
        ],
        'links': [
            {'source': 1, 'target': 0, 'value': 1},
            ...
            {'source': 76, 'target': 58, 'value': 1}
        ]
    }

.. bokeh-sampledata-xref:: les_mis
    )annotationsN   )	load_jsonpackage_path)datazles_mis.json)__doc__
__future__r   logging	getLogger__name__logutil.sampledatar   r   __all__r        8lib/python3.11/site-packages/bokeh/sampledata/les_mis.py<module>r      s~    > # " " " " " g!! 6 5 5 5 5 5 5 5( yn--..r   