
Pelican plugin for blogging with Jupyter/IPython Notebooks
This is a product analysis of the Pelican-Jupyter plugin. The author mentions that they have not used the project themselves in a long time and that no issues or PRs can be created. They recommend using mkdocs and their mkdocs-jupyter plugin instead.
On your pelicanconf.py:
# Add plugin to Pelican
PLUGINS = [
# ...
'pelican_jupyter'
# ...
]
Option 1: .nbdata metadata file
Option 2: Metadata cell in notebook
On your pelicanconf.py:
# Add plugin to Pelican
PLUGINS = [
# ...
'pelican_jupyter.liquid'
# ...
]
The Pelican-Jupyter plugin allows users to incorporate Jupyter notebooks into their Pelican articles. It provides two modes, Markup mode and Liquid tag mode, which offer flexibility in how notebooks are included. The plugin supports both the latest versions of Pelican and Jupyter as well as older versions. Users can choose to include the notebook metadata using either a separate .nbdata file or a metadata cell in the notebook itself. Overall, the plugin provides a convenient way to integrate Jupyter notebooks into Pelican articles.

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.