3

I'm making slides with jupyter notebook. For one slide I made a nice little interactive plot with ipython widgets. However the interactive plot is a cell's output not input. Is there a way to capture that cell's output an use it as a slide?

themantalope
  • 1,040
  • 11
  • 42
  • You might have to make sure that you save the widget state to the notebook first. Try the "Widget" menu on the top, and then "Save widget state" (or something similar). – Vidar Nov 01 '17 at 15:09
  • I found that it was easier to just use plotly. I tried to use the "save widget state" option, but when I used nbconvert to change the notebook to slides the widget wasn't part of the document. Thanks for the suggestion though, I really appreciate it! – themantalope Nov 11 '17 at 00:43
  • Which plotting library did you use previously? – Vidar Nov 13 '17 at 12:46
  • Just matplotlib with the ipywidgets library to make an interactive widget – themantalope Nov 18 '17 at 15:48

0 Answers0