github microsoft/vscode-jupyter 2021.3.0

latest releases: v2024.11.0, v1.0.92, v2024.10.0...
3 years ago

Enhancements

  1. Add ability to view a slice of the current variable in the data viewer using either axis/index dropdowns or a slice expression input field. (#305)
  2. Enable refreshing active data viewer contents using Jupyter: Refresh Data Viewer command in the command palette, Cmd+R or Ctrl+R, or the refresh button in the editor title menu. (#1143)
  3. Always open the data viewer in the last view group that it was moved to. (#4689)
  4. Support for other extensions to provide a default language when creating new notebooks. (#4859)

Fixes

  1. Remove special casing to ignore warnings. (#1312)
  2. Allow jupyter kernels to not be handled by the jupyter extension. (#4423)
  3. Restore the 'Select a Kernel' command on the interactive window. (#4479)
  4. Correctly syntax color items in native variable view. (#4499)
  5. Don't ask for a kernel restart if the kernel was interrupted in native notebooks.(#4669)
  6. Popup a tip when opening a notebook for the first time.(#4775)
  7. Ensure we save the contents when closing a (webview based) notebook.(#4779)
  8. Stop sending cells executed silently to other extensions.(#4867)
  9. Do not prompt to install missing dependencies on GitHub Codespaces.(#4882)

Code Health

  1. Synchronously check if zmq is supported.(#4764)
  2. Telemetry to track the commands executed using ICommandManager.(#4926)
  3. More telemetry to track kernel failure reasons.(#4940)
  4. Add telemetry flag to differentiate between stable vs insider builds of the extension.(#4959)
  5. Add telemetry to check if we have started the right local Python kernel. (#4999)

Don't miss a new vscode-jupyter release

NewReleases is sending notifications on new releases.