Deploy an interactive ipywidget jupyter notebook

336 views Asked by At

I have created a plot (with bqplot) with some sliders with (ipywidgets) in a jupyter notebook using Jupyter Lab and now I would like to send this notebook to anyone and have the widget work, that is, when I'm running the code, everything works fine, but as soon as I shut down the kernel and load the notebook again I have to run all the code again to have the widget working again. How can I do this?

0

There are 0 answers