danielfrg / pelican-jupyter

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

Has the metadata file extension changed? #109

Closed matthew-brett closed 5 years ago

matthew-brett commented 5 years ago

I just tried your plugin (thanks for making it). I did try making an .ipynb-meta file to match my notebook, as the README has it, but continued to get:

ERROR: Could not process ./julia_tiobe.ipynb
  | Exception: Could not find metadata in `.nbdata` file or inside `.ipynb`

until I changed the file extension to .nbdata. Does the README need to be updated?

vatsaluc commented 5 years ago

Yes, I also think that readme needs an update. It should by .nbdata instead on .ipynb-meta

danielfrg commented 5 years ago

Yes, the format changed to make it more consistent. I think the readme should be good now. Thanks for the comments.