Releases
2012.12.0
Enhancements
Add support for IPyWidget in Native Notebooks. (#251 )
Fixes
Information in the interactive window is python specific. (#340 )
Allow user to cancel asking about logging level. (#348 )
Watch for any addition of the python extension, and don't suggest a full reload when it is added. (#405 )
Only offer to export to python script when the metadata specifies python as its language. (#407 )
Hide webview based Notebook command Select Kernel
when a Notebook is opened using the new VS Code Native Notebook editor. (#426 )
Correctly pass the candidate interpreter when exporting. (#1363 )
__file__
variable not set after restarting kernel in the interactive window. (#1373 )
Fix the search path for Jupyter kernels on UNIX systems (thanks Giulio Girardi ) (#3918 )
Fix the directory for exporting from the interactive window and notebooks to match the directory where the original file was created. (#3991 )
Fix variable fetching on remote machines that don't have our scripts files on them. (#4006 )
Display survey prompt once per session. (#4077 )
Guard against AttributeErrors in our DataViewer code. (#4082 )
Ensure user cannot belong to Custom Editor experiment is already in Native Notebook experiment. (#4105 )
Fix problems with code in UI getting out of sync with code being executed or saved to disk. (#1701 )
Code Health
Added an onCreated event to the Interactive Window provider so external buttons can appear on creation. (#413 )
Use notebookIdentity instead of the notebook when handling external buttons. It handles the case when the user doesn't autostart the kernel. (#414 )
You can’t perform that action at this time.