Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 320a4f5

Browse files
Extended blog post to show example in site
1 parent c4e704f commit 320a4f5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎example/_posts/2017-09-03-blog.md‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ title: Blog
55

66
## Blog
77

8-
Here is a Jupyter Notebook on Blog:
8+
Here is a Jupyter Notebook on Blog using a string literal:
99

1010
{::nomarkdown}
1111
{% jupyter_notebook /notebooks/blog.ipynb %}
1212
{:/nomarkdown}
13+
14+
Here is the same Jupyter Notebook on Blog using a variable:
15+
16+
{::nomarkdown}
17+
{% assign notebook_path = "/notebooks/blog.ipynb" %}
18+
{% jupyter_notebook notebook_path: notebook_path %}
19+
{:/nomarkdown}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /