danielfrg / pelican-jupyter

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

ERROR: Could not process ipynb | basic #129

Open hydroclaus opened 3 years ago

hydroclaus commented 3 years ago

Hello,

I am running in its own environment (that I just created fresh, because I wanted a new start)

With my existing pelican setup, everything compiles fine -- except the jupyter notebooks that I have. I get errors for each ipynb that I have for existing posts (along with their *.nbdata pendants)

ERROR: Could not process ./AAA.ipynb | basic

The only guess that I have might be that this is related to nbconvert... a folder

~/anaconda3/envs/pelican/share/jupyter/nbconvert/templates/basic

does exist and includes two files: conf.json and index.html.j2

I'd appreciate any pointers! Thanks, Claus

m4rtinpf commented 3 years ago

Duplicate of #126

hydroclaus commented 3 years ago

oh, I downgraded to python 3.6 and nbconvert=5.6.0 and notebook=5.6.0(via #126). It does work again. Thanks.