diff --git a/selfContainedDemo.ipynb b/selfContainedDemo.ipynb index b6124c9dbcacf319581a8708eef6f3f9c7c7dec5..537f971db8b4d3c11c2b117807063df1c8854648 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",