You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm a big fan of this module. I'm using it more and more. However, my (offline mode) plotly charts don't render in confluence. It looks like a raw HTML dump. Do you have any suggestions for remedying that?
The text was updated successfully, but these errors were encountered:
I was able to enable html embedding within the nbconvert module, using $ jupyter nbconvert --to html --EmbedImagesPreprocessor.embed_images=True mynotebook.ipynb
from here https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/exporting.html
Adding EmbedImagesPreprocessor.embed_images=True in jupyter_nbconvert_config.py also worked.
However, I've failed to get this to work with nbconflux. Can anyone help?
@caheredia , this seems logically related to the work in #3 and #4. If this becomes a regular exporter, then changes to jupyter_nbconvert_config.py should work. Hang in there.
Hi! I'm a big fan of this module. I'm using it more and more. However, my (offline mode) plotly charts don't render in confluence. It looks like a raw HTML dump. Do you have any suggestions for remedying that?
The text was updated successfully, but these errors were encountered: