pelican-jupyter
pelican-jupyter copied to clipboard
Do not make data mandatory in metadata
If you don't mention the "Date" field, you get:
Could not process xxx.ipynb
| Exception: Could not find metadata in `.ipynb-meta`, inside `.ipynb` or external `.md` file.
But pelican provides a feature to avoid writing them automatically use the filesystem date instead. You should allow that.
+1
+1
same problem faced, is it something to do with windows?
+1
Using it on linux... and it seems that I get this error even if i had meta fields in ipynb or md file. only works if i add it to .ipynb-meta
any one please suggest me how to solve this isuue ?
ERROR: Could not process .\first-post.ipynb
| Exception: Could not find metadata in .nbdata
file or inside .ipynb
Thanks!
Hi @Arslan-san I solved the issue by changing the file extension from .ipynb-metadata
to .nbdata