2020.10.0 (27 October 2020)
Enhancements
debugpy
updated to latest stable version.- Make data viewer openable from the variables window context menu while debugging.
(#14406) - Do not opt users out of the insiders program if they have a stable version installed.
(#14090)
Fixes
- Make sure not to set
__file__
unless necessary as this can mess up some modules (like multiprocessing).
(#12530) - Fix isolate script to only remove current working directory.
(#13942) - Make sure server name and kernel name show up when connecting.
(#13955) - Have Custom Editors load on editor show unless autostart is disabled.
(#14016) - For exporting, first check the notebook or interactive window interpreter before the jupyter selected interpreter.
(#14143) - Fix interactive debugging starting (trimQuotes error).
(#14212) - Use the kernel defined in the metadata of Notebook instead of using the default workspace interpreter.
(#14213) - Fix latex output not showing up without a 'display' call.
(#14216) - Fix markdown cell marker when exporting a notebook to a Python script.
(#14359)