Skip to content

Commit 4883cff

Browse files
karthiknadigDavid KutugatarchiodoDonJayamanneIanMatthewHuff
authored
Merge release branch into master (#10258)
* Davidkutu/ds interactive window focus fix (#9895) * Fixed the focus on the interactive window when pressing ctrl +2 * the new prop 'focusPending' needs to change in order to give focus * added functional test * In test: force focus to buttons to take it away from * finished the functional test * updated changelog * deleted bug#.md * Fix variables on mac and linux (#9897) (#9903) * Fix regexes to work on other platforms * Fix data frame viewer * Fix linter problems Co-authored-by: Don Jayamanne <[email protected]> Co-authored-by: Don Jayamanne <[email protected]> * Fix focusing of cells when navigating cells using up/down arrow (#9885) (#9908) For #9884 * Disable webHostNotebook experiment and fix name of exp (#9894) (#9907) Disable an experiment Fix name of an existing experiment * Davidkutu/ds scrapbook render fix (#9912) * check if we support mimetypes before loading html to avoid crashing * Silently skip rendering of the scapbook mime types * added news file * updated changelog and deleted news file * Disable the terminal activation experiment (#9937) Disable until next release of VSC (for hidden terminals). Disabled because a terminal gets displayed to the user and then hidden (doesn't happen in insiders, we will need to wait for their new API to hide terms) * Notebook should use kernel from metadata (#9936) For #9927 * Notebook should use kernel from metadata * Fix formatting * Port server cache fix to release (#9932) * Port variable restart fix (#9938) * Fix variable explorer when restarting a kernel (#9931) * Make sure to clear variable list on reset * Add news entry * Update changelog * Update changelog * Do not override kernels info in other notebooks (#9958) For #9951, #9950, #9949 * Do not override kernels info in other notebooks * Fixes * Disables the use of a terminal to activate an environment (#9967) * Disables the use of a terminal to activate an environment * Fix tests * Fix linter * Port server name fix to release (#9970) * When starting Jupyter activate conda env (#9972) * If interpreter is provided use that to check if is conda environment * Fix tests For #9973 Currently conda isn't getting activated when auto starting Jupyter server. * Porting K8 fix to release (#9987) * Update version and changelog date for release (#10022) * Ignore FS errors from stat() in some cases. (#10032) (for #9901) The earlier FS code ignored errors in a couple of situations. Recent changes inadvertently stopped ignoring them. This change restores the earlier behavior (and adds logging of the errors). This is a backport of #10021. * Update chang log (#10041) * Install jupyter instead of installing kernel spec (#10080) (#10083) * Install jupyter instead of installing kernel spec For #10071 * Fix for zh-tw loading issue. (#10085) (#10089) * Update version and changelog for point release. (#10091) * Update version and changelog for point release. * Add note to change log. * Port fixes for second point release. (#10146) * Better messaging on notebook fail (#10056) * Install jupyter instead of installing kernel spec (#10080) * Install jupyter instead of installing kernel spec For #10071 * Eliminate variable value when computing data frame info (#10081) * Fix ndarray types to be viewable again (#10093) * Eliminate variable value when computing data frame info * Fix ndarrays to work again Add test to make sure we don't regress this again * Rchiodo/kernel telemetry (#10115) * Add duration to select local/remote kernel * Add notebook language telemetry * Add news entries * #9883 telemetry * News entry * Another spot for kernel spec failure * Add telemetry on product install * Fix install telemetry * Undo launch.json change * Handle other cases * Better way to handle case * Wrong event for jupyter install * Fix unit tests * Clear variables when restarting regardless if visible or not (#10117) * Use different method for checking if kernelspec is available (#10114) * Use different method for checking if kernelspec is available * Fix unit tests * More logging for kernelspec problems (#10132) * More logging for kernelspec problems * Actually capture the exception on the new code * Not actually using output if first exception still there. * Actually only return output on one of the expected calls. * Fix nightly flake * Check our saved jupyter interpreters before allowing any of them to be used as active interpreters (#10113) * Update changelog and package.json * Missing part of changelog * Fix tests and linter problems Co-authored-by: Ian Huff <[email protected]> Co-authored-by: Don Jayamanne <[email protected]> * Cherry pick more fixes for feb point2 (#10183) * Ensure DS auto start code is non-blocking (#10171) * Perf fixes * Add news entry * Include interperter name in message (#10174) For #10071 Fix to ensure interpreter is included in message, here's the actual message seen by the user. Error: Jupyter cannot be started. Error attempting to locate jupyter: 'Kernelspec' module not installed in the selected interpreter ({0}). Note the {0} * Ignore display name when searching interpreters (#10175) Partial fix for #10173 Comparing against path of interpreter alone is sufficient. Figured there's no harm in trying to minimise occurrences of dup kernels (basically just compare against python executable path, as thats sufficient and always accurate) Display name: Can change from version to version of Python extension (i.e. it shouldn't have been used as a unique identifier) Display name can change after extension loads and more information about interpreter is available. * Track cold/warm times to execute notebook cells (#10180) For #10176 * fix SVG mimetype name (#10181) (#10185) * Update change log * Some more ds telemetry (#10218) * Add telemetry to capture perceived time taken to start jupyter and run cell (#10217) * Add telemetry * Only for nb For #10098 For #10212 * Fix change log * Fix linter * Update date in change log * Point release with fix for Issue 10250 (#10254) * Fix to return env variables of interpreter that is not current interpreter (#10251) For #10250 * Bug fix * Update change log * Fix date * Oops * Fix linter * Clean up * More clean up * Some more text fixes Co-authored-by: David Kutugata <[email protected]> Co-authored-by: Rich Chiodo <[email protected]> Co-authored-by: Don Jayamanne <[email protected]> Co-authored-by: Ian Huff <[email protected]> Co-authored-by: Eric Snow <[email protected]>
1 parent d084c47 commit 4883cff

File tree

23 files changed

+1782
-1504
lines changed

23 files changed

+1782
-1504
lines changed

CHANGELOG.md

Lines changed: 1782 additions & 1480 deletions
Large diffs are not rendered by default.

news/2 Fixes/10071.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/10072.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/2 Fixes/10074.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/10075.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/10168.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/10170.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/10250.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/9693.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/9740.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/9796.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/2 Fixes/9901.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/9904.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/9926.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/9933.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/9976.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/9991.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/10049.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/10098.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/10176.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/10212.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/9819.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/9883.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)