Fixes
- On remote connections check for new or removed LiveKernelConnections on document open.
(#5984) - When editing a markdown cell in preview native notebooks UI, contribute
ctrl+enter
keybinding to render current markdown cell, andshift+enter
to render current markdown cell and skip to the next cell.
(#5976) - In preview native notebooks UI, contribute
L
keybinding to toggle line numbers for the current cell, andshift+L
keybinding to toggle line numbers for all cells.
(#4438) - Contribute extension-level
shift+enter
keybinding to execute current code cell and select below in preview native notebooks UI.
(#6037) - In preview native notebooks interface, contribute
ctrl+enter
keybinding which puts the current cell into control mode instead of leaving it in edit mode after running.
(#6198) - Fix interrupt button in Native Notebook toolbar.
(#6254)
Code Health
- Fix 'Restarting kernel will cancel cell execution & we can re-run a cell' test.
(#6139)