Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 6, 2024
1 parent 0805b88 commit 7219fb7
Show file tree
Hide file tree
Showing 14 changed files with 87,887 additions and 23,710 deletions.
52 changes: 52 additions & 0 deletions docs/2017/09/03/blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jekyll Jupyter Notebook plugin example - Blog title</title>
</head>
<body>
<header>
<h1 class="title">
<a href="/">Jekyll Jupyter Notebook plugin example</a>
</h1>
</header>
<h2 id="blog-title">Blog title</h2>

<p>Here is a Jupyter Notebook on Blog using a string literal:</p>

<div
class="jupyter-notebook"
style="position: relative; width: 100%; margin: 0 auto;">
<div class="jupyter-notebook-iframe-container">
<iframe
src="/notebooks/blog.ipynb.html"
style="position: absolute; top: 0; left: 0; border-style: none;"
width="100%"
height="100%"
onload="this.parentElement.style.paddingBottom = (this.contentWindow.document.documentElement.scrollHeight + 10) + 'px'"></iframe>
</div>
</div>


<p>Here is the same Jupyter Notebook on Blog using a variable:</p>


<div
class="jupyter-notebook"
style="position: relative; width: 100%; margin: 0 auto;">
<div class="jupyter-notebook-iframe-container">
<iframe
src="/notebooks/blog.ipynb.html"
style="position: absolute; top: 0; left: 0; border-style: none;"
width="100%"
height="100%"
onload="this.parentElement.style.paddingBottom = (this.contentWindow.document.documentElement.scrollHeight + 10) + 'px'"></iframe>
</div>
</div>


<footer>
</footer>
</body>
</html>
Loading

0 comments on commit 7219fb7

Please sign in to comment.