From 7d3ca756794f931a26f0982d853a73aedd127d0c Mon Sep 17 00:00:00 2001
From: daxid <david.rouquet@tetras-libre.fr>
Date: Sat, 18 Mar 2023 07:58:06 +0000
Subject: [PATCH] Link to webvowl

---
 selfContainedDemo.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/selfContainedDemo.ipynb b/selfContainedDemo.ipynb
index b6124c9..537f971 100644
--- a/selfContainedDemo.ipynb
+++ b/selfContainedDemo.ipynb
@@ -279,7 +279,7 @@
     "                [\n",
     "                    \"You can click a class to see its instances in the right panel, they are not shown in the graph.\",\n",
     "                    html.Br(),\n",
-    "                    '''https://unsel.tetras-lab.io/webvowl/#{}'''.format(webvowlFilePath.replace(\"/opt/webvowl/\",\"\").replace(\".json\",\"\")),\n",
+    "                    html.A(children=\"Open ontology browser in separate tab.\", href='''https://unsel.tetras-lab.io/webvowl/#{}'''.format(webvowlFilePath.replace(\"/opt/webvowl/\",\"\").replace(\".json\",\"\")), target=\"_blank\",id=\"webvowl-link\"),\n",
     "                    html.Br(),\n",
     "                    html.Iframe(src='''https://unsel.tetras-lab.io/webvowl/#{}'''.format(webvowlFilePath.replace(\"/opt/webvowl/\",\"\").replace(\".json\",\"\")),style={\"height\": \"800px\", \"width\": \"100%\"}),\n",
     "                ],\n",
-- 
GitLab