Skip to content

Commit 915daf2

Browse files
Merge pull request #124 from Oluwatunmise-olat/fix/hugo-jupyter-shortcode
fix: use positional params only in hextra jupyter shortcode example
2 parents ee0b08b + 1ec4cb7 commit 915daf2

File tree

1 file changed

+1
-1
lines changed
  • content/content-formatting-examples/hextra/jupyter

1 file changed

+1
-1
lines changed

content/content-formatting-examples/hextra/jupyter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Renders a Jupyter Notebook (`.ipynb`) as code blocks and Markdown cells.
2222

2323
**Example:**
2424

25-
{{% hextra/jupyter "example-notebook.ipynb" filename="analysis.ipynb" %}}
25+
{{% hextra/jupyter "example-notebook.ipynb" %}}

0 commit comments

Comments
 (0)