danielfrg / pelican-jupyter

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

Plotly Chart Does Not Show Up #95

Closed guramera closed 6 years ago

guramera commented 6 years ago

Hello, I'm having an issue where I use pyplot in my notebook but the ouput shows nothing after I deploy the post blankpyploy

My blog post can be found here https://guramera.github.io/notebook-3.html#notebook-3

The code works properly on my kaggle though kaggleplot

Is there anything I can do to solve this problem? Thank you very much for your help

danielfrg commented 6 years ago

For plotly to work you need to add requirejs to the page of the post. It usually just easy to drop the script tag on your theme.

guramera commented 6 years ago

That works perfectly,thank you very much!!