Issue
I prefer to use this extension so I find very annoying that every time I write a code-cell or hit shift-enter VS-Code opens its internal interactive python console. How to stop such a behavior?
Solution
You can view your keyboard shortcuts using:
Click the gear icon in the lower left corner of the interface
Select Keyboard Shortcuts (Ctrl + K + S)
Select Record Keys (Alt + k) on the right side of the input box
Press the SHIFT and ENTER keys
View the functions bound to this shortcut key in the list
Just delete what you don't want.
UPDATE
Uninstall Jupyter
extension, you will not get any interactive window features.
Don't forget to restart vscode after uninstalling
Answered By - JialeDu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.