Skip to content
Snippets Groups Projects
Commit 86b3d7d3 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

ENH: integrating content policy and inner frame for jupyter

parent 8d99a5c8
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Security-Policy" content="frame-src https://localhost:8888 'self'" />
<xsl:element name="link">
<xsl:attribute name="rel">icon</xsl:attribute>
<xsl:attribute name="type">image/png</xsl:attribute>
......@@ -56,6 +57,13 @@
<body>
<xsl:call-template name="caosdb-top-navbar" />
<xsl:call-template name="caosdb-data-container" />
<div class="container" id="jupyter-frame">
<iframe src="https://localhost:8888/notebooks/Untitled.ipynb" width="800px" height="1200px">
</iframe>
</div>
<footer>
<xsl:call-template name="caosdb-footer"/>
</footer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment