You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support other variables for notebookFileRoot besides ${workspaceRoot}. Specifically allow things like ${fileDirName} so that the dir of the first file run in the interactive window is used for the current directory.
(#4441)
Add command palette commands for native editor (run all cells, run selected cell, add new cell). And remove interactive window commands from contexts where they don't apply.
(#7800)
Added ability to auto-save chagnes made to the notebook.
(#7831)
Fixes
Fix regression to allow connection to servers with no token and no password and add functional test for this scenario
(#7137)
Perf improvements for opening notebooks with more than 100 cells.
(#7483)
Fix jupyter server startup hang when xeus-cling kernel is installed.
(#7569)
Make interactive window and native take their fontSize and fontFamily from the settings in VS Code.
(#7624)
Fix a hang in the Interactive window when connecting guest to host after the host has already started the interactive window.
(#7638)
Change the default cell marker to '# %%' instead of '#%%' to prevent linter errors in python files with markers.
Also added a new setting to change this - 'python.dataScience.defaultCellMarker'.
(#7674)
When there's no workspace open, use the directory of the opened file as the root directory for a jupyter session.
(#7688)
Fix selection and focus not updating when clicking around in a notebook editor.
(#7802)
Fix add new cell buttons in the notebook editor to give the new cell focus.
(#7820)
Do not use the PTVSD package version in the folder name for the wheel experiment.
(#7836)
Prevent updates to the cell text when cell execution of the same cell has commenced or completed.
(#7844)
Hide the parameters intellisense widget in the Notebook Editor when it is not longer required.
(#7851)
Allow the "Create New Blank Jupyter Notebook" command to be run when the python extension is not loaded yet.
(#7888)
Ensure the *.trie files related to font kit npm module are copied into the output directory as part of the Webpack bundling operation.
(#7899)