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
I apologize if this isn't the proper forum for this issue. I have a notebook that includes several interactive matplotlib plots --generated using the ipywidgets interact decorator. Whenever I attempt to print or download the notebook (as PDF or HTML), none of the interactive plots are included. However, for PDF downloads, text like the following is included instead:
interactive(children=(FloatSlider(value=...
Using the 'Save Notebook Widget State' setting, I've been able to get the interactive plots to appear when the notebook is opened into a new kernel; but, even with this setting enabled, the plots still don't appear when the notebook is printed or downloaded.
The text was updated successfully, but these errors were encountered:
But, I think that HTML rendering should work, and combined with the webpdf renderer of nbconvert, you should be able to get a pdf with the rendered widgets.
I apologize if this isn't the proper forum for this issue. I have a notebook that includes several interactive matplotlib plots --generated using the ipywidgets interact decorator. Whenever I attempt to print or download the notebook (as PDF or HTML), none of the interactive plots are included. However, for PDF downloads, text like the following is included instead:
interactive(children=(FloatSlider(value=...
Using the 'Save Notebook Widget State' setting, I've been able to get the interactive plots to appear when the notebook is opened into a new kernel; but, even with this setting enabled, the plots still don't appear when the notebook is printed or downloaded.
The text was updated successfully, but these errors were encountered: