From e7a5c81a2bf55a85d2284dc00f8a5ef103c0faea Mon Sep 17 00:00:00 2001 From: kosted <kos_ted@yahoo.fr> Date: Mon, 11 Apr 2022 08:42:19 +0000 Subject: [PATCH] Add visualisation notebook --- visualisation.ipynb | 59 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 visualisation.ipynb diff --git a/visualisation.ipynb b/visualisation.ipynb new file mode 100644 index 0000000..cddeb3c --- /dev/null +++ b/visualisation.ipynb @@ -0,0 +1,59 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 6, + "id": "10dc0d60-e08e-4315-b8ac-d7adbbf1e7b6", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + " <iframe\n", + " width=\"100%\"\n", + " height=\"1000px\"\n", + " src=\"https://edav-ui.val.esa-maap.org/\"\n", + " frameborder=\"0\"\n", + " allowfullscreen\n", + " \n", + " ></iframe>\n", + " " + ], + "text/plain": [ + "<IPython.lib.display.IFrame at 0x7f46b8650fd0>" + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "from IPython.display import IFrame\n", + "IFrame(src=\"https://edav-ui.val.esa-maap.org/\", width='100%', height='1000px')" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.4" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} -- GitLab