hoops_ai.insights.create_inline_display

hoops_ai.insights.create_inline_display(url, width=960, height=600)

Create inline display for viewer.

Parameters:
  • url (str) – URL of the viewer to display

  • width (int) – Width of the iframe in pixels

  • height (int) – Height of the iframe in pixels

Returns:

DisplayHandle instance

Raises:

ImportError – If IPython is not available

Return type:

DisplayHandle