Skip to content

Commit f7ab5b5

Browse files
authored
Remove open interactive window to side from walkthrough (microsoft#18387)
1 parent b12ce63 commit f7ab5b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
{
290290
"id": "python.openInteractiveWindow",
291291
"title": "Open the Python Interactive Window",
292-
"description": "The Python Interactive Window is a Python shell where you can execute and view the results of your Python code. You can create cells on a Python file by typing ``#%%``.\n \nTo open the interactive window anytime, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create Interactive Window``.\n[Open Interactive Window](command:toSide:jupyter.createnewinteractive)",
292+
"description": "The Python Interactive Window is a Python shell where you can execute and view the results of your Python code. You can create cells on a Python file by typing ``#%%``.\n \nTo open the interactive window anytime, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create Interactive Window``.\n[Open Interactive Window](command:jupyter.createnewinteractive)",
293293
"media": {
294294
"svg": "resources/walkthrough/interactive-window.svg",
295295
"altText": "Opening python interactive window"

0 commit comments

Comments
 (0)