Changelog
2022.6.100 (6 July 2022)
Enhancements
- Ensure static resources required by IPyWidgets get downloaded appropriately in the Web and when using local or remote Jupyter Servers.
(#8834) - Enabled export Interactive Window for web.
(#10291) - Enabled expand and collapse Interactive Window cells in Web.
(#10524) - For the new "Install Python Extension" command only show the modal dialog box if triggered via a running document.
(#10548) - Change the logic to show our "Install Python (Extension)" commands in the kernel picker more often.
(#10583)
Fixes
- Support displaying of complex outputs (such as Plots) in the Output Widget.
(#9503) - Fixes to pick the correct python version when opening in the DataViewer from python debug menu.
(#10007) - Ensure IPyWidgets get loaded correctly when loading resources from the CDN, Remote Jupyter or local the Python Environment.
(#10060) - Fix problem with variable view not refreshing when switching between tabs.
(#10241) - Fix error link clicking in the web version of the extension.
(#10287) - Fixed loading of scripts related to custom IPyWidgets.
(#10319) - Enable
IPyWidgets
for Kernels other thanPython
.
(#10330) - Fix inconsistent link in README. Thanks @ChaseKnowlden
(#10396) - Fix problem with continuous progress bar in the 'Jupyter:Variables' window by making the jupyter extension load when this view is visible.
(#10413) - Fix problem with widgets being rendered offscreen and not appearing when scrolling.
(#10485) - Replace 'Python 3' dummy kernel with commands to install the python extension or install python.
(#10513) - Ensure we always import scripts required to load DataFrame and variable information.
(#10516) - Ensure we can run Latex from within a Interactive Window cell (with a cell marker).
(#10531) - Remove extra button from Restart Kernel modal. (Thanks kilacoda)
(#10539) - Add support for loading of widget scripts found within the global Jupyter data directory.
(#8241) - Set a longer timeout so that if we fail to install the Python extension for some reason we don't just wait forever.
(#10617) - Expose
jQuery
in Notebook Cell outputs for IPyWidgets.
(#10660)
Code Health
- Removed deprecated 'change directory on import/export' option
(#8752) - Remove usage of console.log in renderers.
(#10202) - Fix 'Special Token Check' test.
(#10565)
Thanks
Thanks to the following projects which we fully rely on to provide some of
our features:
Also thanks to the various projects we provide integrations with which help
make this extension useful: