From 5d0b7731384c2a2b2bf410bc90e542300f0a0ad3 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 13 Feb 2025 19:25:10 -0700 Subject: renamed files to contain numbering --- tutorials/1_04_spyder_getting_started.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tutorials/1_04_spyder_getting_started.md (limited to 'tutorials/1_04_spyder_getting_started.md') diff --git a/tutorials/1_04_spyder_getting_started.md b/tutorials/1_04_spyder_getting_started.md new file mode 100644 index 0000000..03b7fd3 --- /dev/null +++ b/tutorials/1_04_spyder_getting_started.md @@ -0,0 +1,27 @@ +# Getting started with Spyder + +In this tutorial we will cover the basics of the Spyder IDE (Interactive Development Environment). If you've ever worked with MATLAB before, then this will feel familiar. Spyder is a program + + +## Launching Spyder +Using Anaconda we will select the environment we created earlier *spyder-dev*. + + +## Spyder Interface + +![Spyder Interface](image) + +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 and save scripts. + + +### IPython Console +This pane allows you to run commands, functions, do math computations and assign variables. + +### Variable Explorer +This pane shows all the variables stored once you've + +### Help Viewer + -- cgit v1.2.3