Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display plotly charts #26

Open
caheredia opened this issue Apr 26, 2019 · 2 comments
Open

Display plotly charts #26

caheredia opened this issue Apr 26, 2019 · 2 comments

Comments

@caheredia
Copy link

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?

@caheredia
Copy link
Author

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?

@danizen
Copy link
Contributor

danizen commented Sep 5, 2019

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants