From dc13208abd61cc3ac7c64a4373f3ad85689f1293 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 29 Apr 2025 18:38:21 -0600 Subject: Finished of module 1 tutorials (.md) and added documentation to module 2 --- 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 c79568b..faa5db5 100644 --- a/tutorials/module_1/spyder_getting_started.md +++ b/tutorials/module_1/spyder_getting_started.md @@ -32,7 +32,7 @@ This pane allows you to interactively run functions, do math computations, assig - Real-time function calltips - Full GUI integration with the enhanced Spyder [Debugger](https://docs.spyder-ide.org/5/panes/debugging.html). - The [Variable Explorer](https://docs.spyder-ide.org/5/panes/variableexplorer.html), with GUI-based editors for many built-in and third-party Python objects. -- Display of Matplotlib graphics in Spyder’s [Plots](https://docs.spyder-ide.org/5/panes/plots.html) pane, if the Inline backend is selected under Preferences ‣ IPython console ‣ Graphics ‣ Graphics backend, and inline in the console if Mute inline plotting is unchecked under the Plots pane’s options menu. +- Display of Matplotlib graphics in Spyder’s [Plots](https://docs.spyder-ide.org/5/panes/plots.html) pane, if the Inline backend is selected under `Preferences` > `IPython console` > `Graphics` > `Graphics backend`, and inline in the console if Mute inline plotting is unchecked under the Plots pane’s options menu. ### Variable Explorer This pane shows all the defined variables (objects) stored. This can be used to identify the data type of variables, the size and inspect larger arrays. Double clicking the value cell opens up a window which allowing you to inspect the data in a spreadsheet like view. -- cgit v1.2.3