mkdocs-jupyter
mkdocs-jupyter copied to clipboard
how to include metadata
This would be great to know so I can use other themes like the material theme. I know one can edit the metadata of a jupyter notebook with Jupyter lab or visual studio code. It would be nice if mkdocs-jupyter would be able to catch this so when I provide something like:
---
title: General page
summary: A brief description of my document.
date: 2000-01-01
hide:
- navigation
---
Then, it will understand that I want to hide the left-side navigation on this document. Ideally, it would be even nicer if I could add this metadata as a markdown cell, instead of having to manually edit the metadata of the notebook! I do not know if it is askingt too much.
does anyone know any workaround for that?
Would be very helpful to use notebooks as mkdocs-material blogs!