.. _f-rendernbjs: module ``jspy.render_nb_js`` ============================ .. inheritance-diagram:: jyquickhelper.jspy.render_nb_js Short summary +++++++++++++ module ``jyquickhelper.jspy.render_nb_js`` Helpers around JSON :githublink:`%|py|6` Classes +++++++ +----------------------------------------------------------------------------------------+--------------------------------------------------------+ | class | truncated documentation | +========================================================================================+========================================================+ | :class:`JavascriptScriptError ` | Raised when the class does not find what it expects. | +----------------------------------------------------------------------------------------+--------------------------------------------------------+ | :class:`RenderJS ` | Renders :epkg:`javascript`, only outputs :epkg:`HTML`. | +----------------------------------------------------------------------------------------+--------------------------------------------------------+ | :class:`RenderJSObj ` | Renders JS using :epkg:`javascript`. | +----------------------------------------------------------------------------------------+--------------------------------------------------------+ | :class:`RenderJSRaw ` | Adds :epkg:`javascript` into a noteboook. | +----------------------------------------------------------------------------------------+--------------------------------------------------------+ | :class:`UrlNotFoundError ` | Raised when a url does not exist. | +----------------------------------------------------------------------------------------+--------------------------------------------------------+ Functions +++++++++ +---------------------------------------------------------------+-------------------------+ | function | truncated documentation | +===============================================================+=========================+ | :func:`check_url ` | Checks urls. | +---------------------------------------------------------------+-------------------------+ Methods +++++++ +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | method | truncated documentation | +==============================================================================================+=======================================================================================================================================+ | :py:meth:`__init__ ` | | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :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_ ` | overloads method `_ipython_display_ `_. ... | +----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_repr_html_ ` | Overloads method *_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_js :members: :special-members: __init__ :show-inheritance: