danielfrg / pelican-jupyter

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

HoloViews issue with requirejs #114

Open boludo00 opened 4 years ago

boludo00 commented 4 years ago

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, it messes up another graphic I have on my page. I noticed in another issue #75 you mention the requireJS. But is it correct to put it in base.html? Or is there anyway to only associate that with the html generated from the notebook?