From bda9939b6e93e06f61d5a51d90d6fb4a75d4aab8 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 12 Nov 2025 17:40:04 -0700 Subject: Added body for OOP tutorial --- tutorials/module_1/spyder_getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorials/module_1/spyder_getting_started.md') diff --git a/tutorials/module_1/spyder_getting_started.md b/tutorials/module_1/spyder_getting_started.md index b6a40ee..a23f0c6 100644 --- a/tutorials/module_1/spyder_getting_started.md +++ b/tutorials/module_1/spyder_getting_started.md @@ -26,7 +26,7 @@ This pane is used to write your scripts. The 6. The tab bar displays the names of all opened files. It also has a Browse tabs button (at left) to show every open tab and switch between them—which comes in handy if many are open. ### IPython Console -This pane allows you to interactively run functions, do math computations, assign and modify variables. +The "I" stands for interactive. This pane allows you to interactively run functions, perform math computations, assign and modify variables. ![IPython Console](figures/spyder_ipython_console.png) -- cgit v1.2.3