Daniel Rodriguez
Daniel Rodriguez
Should be possible. The link would have to be to a notebook that is also a post in pelican. Basically the ipynb would need to have the metadata so pelican...
Kinda tricky to fix for me since i don't use that plugin. You can probably make it work with some extra CSS like I do for my theme: https://github.com/danielfrg/middle-theme/blob/master/templates/ipynb.css
Not a problem at all. I like to record this stuff in issues.
Its not supported right not but it could be supported in the future. Are you interested in making a PR? It could be a simple addition, check if the path...
Yes, I totally get it. I have the same issue and I have learned to live with it tbh :D Its should be possible to implement some kind of caching...
Probably something that needs to be implemented on the plugin itself.
Thanks for the report @andreagrandi a lot of packages are broken right now because of nbconvert 6.0.0, so yeah we should totally pin this. I am personally not using this...
@andreagrandi thanks for the offer, i am happy to add you as maintainer here and on PyPI! I will do it on GitHub now. Let me know your PyPI username...
Added you to pypi. I removed it from the github actions until i see why are they failing.
I am no longer using pelican for any websites. I use mkdocs for docs so I wrote: https://github.com/danielfrg/mkdocs-jupyter And for my website I just use hugo and a similar script.