idea.IDEA.visualize#

IDEA.visualize(filepath: str = 'network.html', height: int | str = '800px', width: int | str = '100%', **kwargs)#

Creates the vis.js visualization. For more information on the additional keyword arguments, see https://github.com/noamteyssier/pvsvg.

Parameters:
  • height (str, optional) – The height of the visualization. By default, this is “1000px”.

  • width (str, optional) – The width of the visualization. By default, this is “100%”.

  • kwargs – Additional keyword arguments to pass to pvsvg.Network.