-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
87,887 additions
and
23,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.