.. _l-classes: Classes ======= .. contents:: :local: :depth: 1 Summary +++++++ +----------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | class | class parent | truncated documentation | +========================================================================================+==============+====================================================================================================================================================================================================+ | :class:`JavascriptScriptError ` | | Raised when the class does not find what it expects. | +----------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`JavascriptVisError ` | | Raised when the code does not contain what the class expects to find. | +----------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`RenderJS ` | | Renders :epkg:`javascript`, only outputs :epkg:`HTML`. | +----------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :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`. | +----------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`RenderJSObj ` | | Renders JS using :epkg:`javascript`. | +----------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`RenderJSRaw ` | | Adds :epkg:`javascript` into a noteboook. | +----------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`RenderJsDot ` | | Renders a graph in a :epkg:`notebook` defined in :epkg:`DOT` language with :epkg:`viz.js`. On `binder `_, ... | +----------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`RenderJsVis ` | | Renders a network in a :epkg:`notebook` with :epkg:`vis.js`. | +----------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :class:`UrlNotFoundError ` | | Raised when a url does not exist. | +----------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+