imagecat.notebook module

Integration with Jupyter notebooks, https://jupyter.org

imagecat.notebook.display(image, layers='*', width=None, height=None)[source]

Display image inline in a Jupyter notebook.

Parameters
  • image (dict, required) – Image to be displayed.

  • layers (str, optional) – Names of the image layers to display. Use “*” (the default) to display all layers.

  • width (str, optional) – Optional HTML width for each image.

  • height (str, optional) – Optional HTML height for each image.