Libraries

Rendering objects

This classes wrap a javascript library to help visualizing a specific object or format.

jyquickhelper.JSONJS (data, only_html = True, show_to_level = None, local = False)

jyquickhelper.RenderJsDot (self, dot, local = False, width = ‘100%’, height = ‘100%’, divid = None, style = None, only_html = True, div_class = None, check_urls = True, lite = False)

Renders a graph in a notebook defined in DOT language with viz.js. On binder, argument local should be set to True to be working.

jyquickhelper.RenderJsVis (self, js = None, local = False, width = ‘100%’, height = ‘100%’, divid = None, style = None, only_html = True, div_class = None, check_urls = True, class_vis = ‘Network’, dot = None, layout = None, direction = ‘UD’)

Renders a network in a notebook with vis.js.