From c98972ced700b6250915a21af4b76459365743f3 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 24 Apr 2025 23:31:17 -0600 Subject: Updated markdown files to look better after converting to latex files. --- tutorials/module_1/spyder_getting_started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 ba055d7..c79568b 100644 --- a/tutorials/module_1/spyder_getting_started.md +++ b/tutorials/module_1/spyder_getting_started.md @@ -7,14 +7,14 @@ Using Anaconda we will select the environment we created earlier *spyder-dev* an ## Spyder Interface -![Spyder Interface](https://docs.spyder-ide.org/current/_images/mainwindow_default_1610.png) +![Spyder Interface](figures/spyder_interface.png) Once you open up Spyder in it's default configuration, you'll see three sections; the editor IPython Console, Help viewer. You can customize the interface to suit your prefference and needs some of which include, rearrange, undock, hide panes. Feel free to set up Spyder as you like. ### Editor This pane is used to write your scripts. The -![Editor key components](https://docs.spyder-ide.org/5/_images/editor-components.png) +![Editor key components](figures/editor_key_components.png) 1. The left sidebar shows line numbers and displays any code analysis warnings that exist in the current file. Clicking a line number selects the text on that line, and clicking to the right of it sets a [breakpoint](https://docs.spyder-ide.org/5/panes/debugging.html#debugging-breakpoints). 2. The scrollbars allow vertical and horizontal navigation in a file. @@ -26,7 +26,7 @@ This pane is used to write your scripts. The ### IPython Console This pane allows you to interactively run functions, do math computations, assign and modify variables. -![IPython Console](https://docs.spyder-ide.org/5/_images/console-standard.png) +![IPython Console](figures/spyder_ipython_console.png) - Automatic code completion - Real-time function calltips @@ -37,5 +37,5 @@ This pane allows you to interactively run functions, do math computations, assig ### 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. -![Variable Explorer](https://docs.spyder-ide.org/5/_images/variable-explorer-standard.png) +![Variable Explorer](figures/spyder_variable_explorer.png) -- cgit v1.2.3