Skip to content

2020.4.76186

Choose a tag to compare

released this 27 Apr 22:49
f4ae575

2020.4.1 (27 April 2020)

Fixes

  1. Use node FS APIs when searching for python. This is a temporary change until VSC FS APIs are fixed.
    (#10850)
  2. Show unhandled widget messages in the jupyter output window.
    (#11239)
  3. Warn when using a version of the widget qgrid greater than 1.1.1 with the recommendation to downgrade to 1.1.1.
    (#11245)
  4. Allow user modules import when discovering tests.
    (#11264)
  5. Fix issue where downloading ipywidgets from the CDN might be busy.
    (#11274)
  6. Error: Timeout is shown after running any widget more than once.
    (#11334)
  7. Change "python.dataScience.runStartupCommands" commands to be a global setting, not a workspace setting.
    (#11352)
  8. Closing the interactive window shuts down other active notebook sessions.
    (#11404)