From 261a6555c8b888dcd30cae87ea67156a85f8f60c Mon Sep 17 00:00:00 2001 From: Ekaterina Aidova Date: Fri, 2 Aug 2024 08:57:57 +0400 Subject: [PATCH] minor fix for salency map notebook (#2260) --- .../explainable-ai-3-map-interpretation.ipynb | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/notebooks/explainable-ai-3-map-interpretation/explainable-ai-3-map-interpretation.ipynb b/notebooks/explainable-ai-3-map-interpretation/explainable-ai-3-map-interpretation.ipynb index 2254d909890..2361517d538 100644 --- a/notebooks/explainable-ai-3-map-interpretation/explainable-ai-3-map-interpretation.ipynb +++ b/notebooks/explainable-ai-3-map-interpretation/explainable-ai-3-map-interpretation.ipynb @@ -50,7 +50,15 @@ " - [True Positive Low confidence](#True-Positive-Low-confidence)\n", " - [False Positive High confidence](#False-Positive-High-confidence)\n", " - [Two mixed predictions](#Two-mixed-predictions)\n", - "\n" + "\n", + "### Installation Instructions\n", + "\n", + "This is a self-contained example that relies solely on its own code.\n", + "\n", + "We recommend running the notebook in a virtual environment. You only need a Jupyter server to start.\n", + "For details, please refer to [Installation Guide](https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/README.md#-installation-guide).\n", + "\n", + "" ] }, { @@ -1060,7 +1068,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -1074,7 +1082,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.4" + "version": "3.8.10" }, "openvino_notebooks": { "imageUrl": "https://github.com/user-attachments/assets/5557d79d-2e9a-4784-aa17-fea2931a1435",