Jupyter Notebooks (.ipynb)
Data scientists and researchers can publish Jupyter Notebooks directly as pages on their HugoBlox site.
-
Create your Notebook Create a Jupyter Notebook (
.ipynb) with your code, charts, and analysis. -
Add Front Matter The first cell of your notebook must be a Raw NBConvert cell containing your YAML front matter.
---title: My Analysisdate: 2023-10-25summary: An analysis of X using Python.--- -
Convert to Markdown Use the
nbconverttool to convert your notebook to a Markdown file suitable for Hugo.Terminal window jupyter nbconvert my-notebook.ipynb --to markdown --output-dir content/post/