Used for Jupyter's Run By Line. // suppressSaveBeforeStart: https://github.com/microsoft/vscode/issues/147263. Used to enable debugging untitled/unsaved notebooks. 2 changes: 1 addition & 1 deletion 2 src/vscode-dts/vscode.proposed.resolvers.d.ts Original file line numberDiff line number...
Disable vim *only* for jupyter notebook editors #6950 Closed m-a-r-o-u commented Sep 21, 2022 Is this still worked on? I just found closed issues but no solution! 👍 7 ghidalgo3 commented Oct 10, 2022 I would really like this to be fixed. I am having to fight too much...
In a new Python session or an interactive environment, load the saved snapshot: fromdebugsnapimportload_snapshotglobal_vars,local_vars=load_snapshot()globals().update(global_vars)locals().update(local_vars) Now you have all the variables that where present at the breakpoint in an interactive...
"description": "Provides basic support for opening and reading Jupyter's .ipynb notebook files", "ipynb.experimental.pasteImages.enabled":"Enable/Disable pasting images into markdown cells within ipynb files. Requires enabling `#editor.experimental.pasteActions.enabled#`." "ipynb.pasteImagesAsAttachme...