pelican-jupyter
pelican-jupyter copied to clipboard
Pelican plugin for blogging with Jupyter/IPython Notebooks
Hello, I think latest Pelican version may have introduced some breaking changes for plugin (see this post here https://blog.getpelican.com/pelican-4.5-released.html ). If I upgrade from `pelican==4.2.0` to `pelican==4.5.0` I get this...
Hi everyone, I'm a new user of pelican and this plugin and I was wondering if it was possible to hide a specific notebook cell to make it non visible...
Hello, I am running in its own environment (that I just created fresh, because I wanted a new start) - pelican 4.5.4 - python 3.9.1 - nbconvert 6.0.7 - pelican-jupyter...
I have a manual installation of pelican-jupyter, ie., I didn't install via pip but copied the `pelican_jupyter` directory to the `PLUGINS_PATH` and enabled with `PLUGINS = [..., 'pelican_jupyter.markup', ...]` It...
While pip installing (on Windows) I have problems with "UnicodeEncodeError: 'charmap' codec can't encode character". If wheels would be provided, this would not be a problem:). https://pythonwheels.com/
Hi First: Thank you for this plugin: I find it very useful Second: I am trying to include SVG images created by ```graphviz``` in a Notebook to be rendered in...
The images copy pasted into markdown cell in Jupiter notebooks are not able to render in html generated using pelican.
In a recent post I have something like `$p < p_c$` in a markdown cell. It looks fine the notebook. But when I used this plugin to convert it to...
Hi, I've been using your plugin for quite some time for my blog (source: https://github.com/flothesof/PelicanBlog) which basically consists of .md posts that look like this: ``` Title: A Phased Array...
I am trying to output some notebooks containing some HoloViews visuals, and I finally got something working after including both requireJS and JQuery in my base.html file. While this work,...