From 237c8d7872538ffe69b2188123b20c98bd074743 Mon Sep 17 00:00:00 2001 From: Coderambling <159031875+Coderambling@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:00:36 +0200 Subject: [PATCH] Update Image 03.ipynb (#7004) --- examples/reference/panes/Image.ipynb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/examples/reference/panes/Image.ipynb b/examples/reference/panes/Image.ipynb index 24ad1e886c..58090f3cf3 100644 --- a/examples/reference/panes/Image.ipynb +++ b/examples/reference/panes/Image.ipynb @@ -19,6 +19,15 @@ "source": [ "The ``Image`` pane embeds any known image format file in panel if provided a local path, or will link to a remote image if provided with a URL.\n", "\n", + "The ``Image`` pane functions as a sort of macro pane that selects one of the more specific image panes to display the image (whichever one first recognizes this particular image format).\n", + "\n", + "\n", + "Please refer to the [API](https://panel.holoviz.org/api/panel.pane.html#image-module) and [source code](https://github.com/holoviz/panel/blob/main/panel/pane/image.py).\n", + "\n", + "The classmethod get_pane_type returns the pane_type that was selected.\n", + "\n", + "Please consult the documentation of each specific pane (JPG, PNG, SVG, etc.) for the options that particular pane will support.\n", + "\n", "#### Parameters:\n", "\n", "For details on other options for customizing the component see the [layout](../../how_to/layout/index.md) and [styling](../../how_to/styling/index.md) how-to guides.\n",