Jupyter Notebooks (.ipynb)
Publish Jupyter Notebooks as blog posts or pages. Learn how to convert .ipynb files to Markdown for data science and research content.
Data scientists and researchers can publish Jupyter Notebooks directly as pages on their Ownable site.
Usage
-
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 Analysis date: 2023-10-25 summary: An analysis of X using Python. --- -
Convert to Markdown Use the
nbconverttool to convert your notebook to a Markdown file suitable for Hugo.jupyter nbconvert my-notebook.ipynb --to markdown --output-dir content/blog/
Images generated by your notebook (like Matplotlib plots) will be automatically extracted and linked in the resulting Markdown file.
Was this page helpful?
RStudio & RMarkdown Guide
Publish content from RStudio with RMarkdown. Recommended: render to Markdown directly (without blogdown); fallback: blogdown only if necessary.
Mobile Editing (iOS & Android)
Update your site on the go. Guide to Git-compatible mobile editors for iOS (Working Copy) and Android (GitJournal, Termux).
From the makers of
© 2026 Lore Labs.