Great! It sounds like you're seeing exactly what you should be seeing (there is no option labeled "Save Notebook with Widgets") [1]. In order to save your widget state to the notebook, use the "Save Notebook Widget State". In order to delete the saved widget state from a notebook file, use "Clear Notebook Widget State".
I do see the menu item changed name about 2 years ago [2], but it looks like we forgot to update the documentation in one place [3] with the menu item name change (it's correct elsewhere in that documentation page). Sorry for the confusion. I opened https://github.com/jupyter-widgets/ipywidgets/pull/2386 to fix this one place in the documentation. Thanks, Jason [1] Here it is in the code: https://github.com/jupyter-widgets/ipywidgets/blob/1df5b73812a4186504c120e327389a8084a2f226/widgetsnbextension/src/manager.js#L226-L230 [2] https://github.com/jupyter-widgets/ipywidgets/commit/c059166725ae8b5a13f8ae58e79b6f1f3996c470 [3] https://github.com/jupyter-widgets/ipywidgets/blob/f78dcb6474e68d7fed6202dd2d1ddd3fdecc835e/docs/source/embedding.md#rendering-interactive-widgets-on-nbviewer On Fri, Apr 19, 2019 at 9:54 AM <[email protected]> wrote: > Thanks, Jason! > > I am using Jupyter Notebook 5.7.8 on Windows, > I run the command "conda install -c conda-forge ipywidgets" in the > Anaconda Prompt > > I have the following packages installed: > - ipywidgets 7.4.2 py_0 > - widgetsnbextension 3.4.2 py36_1000 > - sphinx 1.8.5 py36_0 > - jupyterlab 0.35.4 py36hf63ae98_0 > > But I still can only see the options "Save Notebook Widget State", "Clear > Notebook Widget State", "Download Widget State" and "Embed Widget State" > > best regards, > fabrizio > > > On Thursday, April 18, 2019 at 12:09:54 PM UTC+2, [email protected] > wrote: >> >> Hi, I have a very simple question. >> I cannot find the option "Save Notebook with Widgets" in the widgets menu >> of the notebook, and I have not understood what I should do to make this >> option available. I tried installing several packages and extensions, but >> still it does not appear in the menu. >> How may I make this option available? >> >> thanks a lot for your answer, >> fabrizio >> >> -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/277f35c7-76ef-4e65-b473-355f9a3c4842%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/277f35c7-76ef-4e65-b473-355f9a3c4842%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAPDWZHxyXzt0r%3D-tO6O4YB1EYBZpSk59sJJQKZAqYE09uD2LPw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
