danielfrg / pelican-jupyter

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

Do not make data mandatory in metadata #63

Open sametmax opened 7 years ago

sametmax commented 7 years ago

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.

taylorreiter commented 7 years ago

+1

kamyanskiy commented 7 years ago

+1

zero-shubham commented 6 years ago

same problem faced, is it something to do with windows?

krinkere commented 6 years ago

+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

Arslan-san commented 5 years ago

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!

tris-rivers commented 5 years ago

Hi @Arslan-san I solved the issue by changing the file extension from .ipynb-metadata to .nbdata