diff --git a/src/core/webcaosdb.xsl b/src/core/webcaosdb.xsl
index cb1ad2966cb2006767309da96151196102c3af57..f4f3918662c9f9db3b9627567117b45f7670cd3c 100644
--- a/src/core/webcaosdb.xsl
+++ b/src/core/webcaosdb.xsl
@@ -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>