summaryrefslogtreecommitdiff
path: root/tutorials/module_1/spyder_getting_started.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/module_1/spyder_getting_started.md')
-rw-r--r--tutorials/module_1/spyder_getting_started.md2
1 files changed, 1 insertions, 1 deletions
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.