Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 669 Bytes

File metadata and controls

25 lines (19 loc) · 669 Bytes
title Jupyter
linkTitle Jupyter
weight 12
description Hextra Jupyter Notebook renderer shortcode.
draft true

Renders a Jupyter Notebook (.ipynb) as code blocks and Markdown cells.

{{%/* hextra/jupyter "example-notebook.ipynb" */%}}

Parameters:

Parameter Description Default
positional Path or URL to the .ipynb file (required)
allowUnsafeHTML Set to "true" to render raw HTML from notebook outputs false
filename Optional filename to display as a header (none)

Example:

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