danielfrg / pelican-jupyter

Pelican plugin for blogging with Jupyter/IPython Notebooks
Apache License 2.0
423 stars 105 forks source link

Add new "metacell" option, where metadata is extracted from the first notebook cell #89

Closed soxofaan closed 6 years ago

soxofaan commented 6 years ago

Concept based on https://github.com/peijunz/ipynb2pelican, where the metadata is extracted from the first cell of the notebook. This makes things easier because the metadata can trivially be managed from within the notebook (no need for a separate .ipynb-meta file or manually editing the .ipynb json)