"description":"Provides basic support for opening and reading Jupyter's .ipynb notebook files", "ipynb.experimental.pasteImages.enabled":"Enable/Disablepasting images intomarkdowncellswithinipynb files.Requires enabling `#editor.experimental.pasteActions.enabled#`." ...
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...
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...