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.
2021.8.11 (3 August 2021)
Enhancements
Updated the preview to run by line in native notebooks. Set the jupyter.experimental.debugging setting to true, install ipykernel 6 on your selected kernel and a Run by Line button will appear on cell toolbars. Pressing it will start a lightweight debugging session and let you run the cell line by line.
(#5607)
Fix debugging in Interactive Window when using IPyKernel 6.
(#6534)
Add a placeholder Python 3 kernel if user doesn't have any Python interpreters, with ability to notify user to install Python extenssion or Python runtime.
(#5864)
Fixes to completion items received from Jupyter.
(#5956)
Run all and restarting does not actually interrupt the rest of the running cells.
(#5996)
Remove popup tip that indicates to users the kernel picker is in the bottom right.
(#6016)