github microsoft/vscode-jupyter 2022.3.100
Release 2022.3.100

latest releases: v1.0.92, v2024.10.0, v2024.9.1...
2 years ago

2022.3.100 (29 March 2022)

Enhancements

Fixes

  1. Add support for named index in dataframe viewer for DataFrames and Series.
    (#5348)
  2. Fix interactive window such that if a new kernel is picked when opening or the kernel is canceled, the interactive window will run with the new kernel or show the canceled state (instead of just showing no status at all).
    (#8817)
  3. Fix 'ipykernel_launcher' not found when using a global python environment and '.env' file exists.
    (#9127)
  4. Support conda installations that require using conda.bat instead of conda.exe on windows.
    (#9133)
  5. Register kernelspecs in a private directory without cluttering user kernelspecs.
    (#9141)
  6. Hide Notebook Editor icons contributed by the Jupyter extension when selecting a Kernel contributed by another extension.
    (#9155)
  7. Only append SVG to the figure format if required. If not required, don't mess with the default.
    (#9191)
  8. Deprecated the "Jupyter: Create new Jupyter notebook" Command since it has moved to the built-in ipynb extension in VS Code.
    (#9250)
  9. Fix auto scrolling in the interactive window.
    (#9259)
  10. Fix problem with double install ipykernel message when cancelling.
    (#9267)
  11. Ensure the handle to the kernel connection file is disposed.
    (#9298)
  12. Fix notebook intellisense to work again after recent regression.
    (#9385)
  13. Fix all cells to not show a timer when queueing up multiple.
    (#9405)
  14. Fixes intellisense provided by the kernel missing.
    (#9424)
  15. Fixes IPyWidgets not working after refactor of source tree.
    (#9475)
  16. Register platform commands.
    (#9476)

Code Health

  1. Eliminate unused parameter for concatMultilineString.
    (#5144)
  2. Move installation of python packages into the Jupyter extension (stop using an API from the python extension).
    (#8457)
  3. Re-use the same codeWatchers per document when providing code lenses.
    (#8919)
  4. Refactor kernel related code into a 'kernels' subfolder.
    (#8970)
  5. Refactor 'notebook' related code into a 'notebooks' folder.
    (#8971)
  6. Move interactive window related code to its own root folder.
    (#8972)
  7. Refactor client code into a 'platform' directory and organize serviceRegistry files in a hierarchical structure.
    (#8981)
  8. Update to Typescript 4.6.
    (#9173)
  9. Match the node version used by VS code to build.
    (#9325)
  10. Remove src\ipywidgets from repository and move to a separate npm module.
    (#9337)

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:

Don't miss a new vscode-jupyter release

NewReleases is sending notifications on new releases.