.. _f-rendernbjson: module ``jspy.render_nb_json`` ============================== .. inheritance-diagram:: jyquickhelper.jspy.render_nb_json Short summary +++++++++++++ module ``jyquickhelper.jspy.render_nb_json`` Helpers around JSON :githublink:`%|py|6` Classes +++++++ +--------------------------------------------------------------------------+---------------------------------------------------------------------------+ | class | truncated documentation | +==========================================================================+===========================================================================+ | :class:`RenderJSON ` | Renders :epkg:`JSON` using :epkg:`javascript`, outputs only :epkg:`HTML`. | +--------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :class:`RenderJSONObj ` | Renders :epkg:`JSON` using :epkg:`javascript`. | +--------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :class:`RenderJSONRaw ` | Renders :epkg:`JSON` in a :epkg:`notebook` using :epkg:`renderjson`. | +--------------------------------------------------------------------------+---------------------------------------------------------------------------+ Functions +++++++++ +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +===========================================================+===========================================================================================================================================================+ | :func:`JSONJS ` | Inspired from `Pretty JSON Formatting in IPython Notebook `_. ... | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ Methods +++++++ +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | method | truncated documentation | +==================================================================================================+=======================================================================================================================================+ | :py:meth:`__init__ ` | Initialize with a :epkg:`JSON` data. | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Initialize with a :epkg:`JSON` data. | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | Initialize with a :epkg:`JSON` data. | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_copy_local ` | If *self.local*, copies javascript dependencies in the local folder. | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_copy_local ` | If *self.local*, copies javascript dependencies in the local folder. | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_copy_local ` | If *self.local*, copies javascript dependencies in the local folder. | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_ipython_display_ ` | | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_repr_html_ ` | | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`generate_html ` | Overloads method `_ipython_display_ `_. ... | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`generate_html ` | Overloads method `_ipython_display_ `_. ... | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`generate_html ` | Overloads method `_ipython_display_ `_. ... | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: jyquickhelper.jspy.render_nb_json :members: :special-members: __init__ :show-inheritance: