variance-analysis/mach_perftest_notebook_dev/template.html (49 lines of code) (raw):
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="/iodide.css">
<base target="_blank" rel="noopener noreferrer">
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:8000/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:8000/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:8000/assets/favicon-16x16.png">
<link rel="icon" type="image/x-icon" href="http://localhost:8000/assets/favicon.ico">
<link rel="mask-icon" href="http://localhost:8000/assets/safari-pinned-tab.svg" color="#5bbad5">
<!-- meta-properties for Facebook, Slack, and other social media -->
<meta property="og:title" content="">
<meta property="og:description" content="Iodide notebook">
<meta property="og:image" content="http://localhost:8000/assets/apple-touch-icon.png">
<meta property="og:url" content="http://localhost:8000/">
<!-- twitter-specific metadata properties -->
<meta name="twitter:title" content="">
<meta name="twitter:description" content="Iodide notebook">
<meta name="twitter:image" content="http://localhost:8000/assets/apple-touch-icon.png">
<meta name="twitter:card" content="summary">
<title></title>
</head>
<body>
<div id="notebook-header"></div>
<div id="editor-react-root"></div>
<script id="iomd" type="text/iomd">%% md
# Welcome to Iodide!
<p id="htmlInMd"></p>
%% js
document.getElementById("htmlInMd").innerHTML = "parsedData[0].Address";
var data = document.getElementById("file0");
%% fetch
%% py
</script>
<script id="file0" type="text">None</script>
<iframe
id="eval-frame"
src="http://localhost:8000/notebooks/eval-frame/"
sandbox="allow-scripts allow-same-origin allow-modals allow-popups"
allowfullscreen="true"
allowvr="yes"
allow="microphone"
></iframe>
<script id="userData" type="application/json">{"hello": "world"}</script>
<script id="notebookInfo" type="application/json">{"connectionMode": "SERVER", "tryItMode": true, "title": "POST SUCCESS"}</script>
<script>
window.evalFrameOrigin = "http://localhost:8000/";
</script>
<script src="/iodide.js"></script>
</body>
</html>