a
    ên§a&	  ã                   @  sP   d Z ddlmZ ddlZe e¡ZddlZddlm	Z	 dZ
e ee	dƒƒ¡ZdS )a   Provide JSON data for co-occurrence of characters in Les Miserables.

Derived 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}
        ]
    }

é    )ÚannotationsNé   )Úpackage_path)Údatazles_mis.json)Ú__doc__Z
__future__r   ZloggingZ	getLoggerÚ__name__ÚlogZjsonZutil.sampledatar   Ú__all__ÚloadÚopenr   © r   r   ú7lib/python3.9/site-packages/bokeh/sampledata/les_mis.pyÚ<module>   s   
