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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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, and shift+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, and shift+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)