.. _f-rendernbjsvis: module ``jspy.render_nb_js_vis`` ================================ .. inheritance-diagram:: jyquickhelper.jspy.render_nb_js_vis Short summary +++++++++++++ module ``jyquickhelper.jspy.render_nb_js_vis`` Renders a network in Javascript. :githublink:`%|py|6` Classes +++++++ +--------------------------------------------------------------------------------------+-----------------------------------------------------------------------+ | class | truncated documentation | +======================================================================================+=======================================================================+ | :class:`JavascriptVisError ` | Raised when the code does not contain what the class expects to find. | +--------------------------------------------------------------------------------------+-----------------------------------------------------------------------+ | :class:`RenderJsVis ` | Renders a network in a :epkg:`notebook` with :epkg:`vis.js`. | +--------------------------------------------------------------------------------------+-----------------------------------------------------------------------+ Static Methods ++++++++++++++ +------------------------------------------------------------------------------------------+--------------------------------+ | staticmethod | truncated documentation | +==========================================================================================+================================+ | :py:meth:`_build_script ` | Builds the javascript script. | +------------------------------------------------------------------------------------------+--------------------------------+ | :py:meth:`_get_libs_css ` | Returns the dependencies. | +------------------------------------------------------------------------------------------+--------------------------------+ | :py:meth:`_options2js ` | Converts *data* into a string. | +------------------------------------------------------------------------------------------+--------------------------------+ Methods +++++++ +--------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +================================================================================+=========================+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: jyquickhelper.jspy.render_nb_js_vis :members: :special-members: __init__ :show-inheritance: