diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-03-17 14:31:50 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-03-17 14:31:50 -0600 |
| commit | a439c924b7f222f8160e694cee928b0c09c03551 (patch) | |
| tree | a17dd6ff7eafcf2b61b58827c5c3bc3657873651 /tutorials/1_04_spyder_getting_started.md | |
| parent | 7be45360e1131945f2c43182358da252ee07edac (diff) | |
Re-organized tutorials to modules
Diffstat (limited to 'tutorials/1_04_spyder_getting_started.md')
| -rw-r--r-- | tutorials/1_04_spyder_getting_started.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tutorials/1_04_spyder_getting_started.md b/tutorials/1_04_spyder_getting_started.md deleted file mode 100644 index df141bf..0000000 --- a/tutorials/1_04_spyder_getting_started.md +++ /dev/null @@ -1,27 +0,0 @@ -# Getting started with Spyder - -In this tutorial we will cover the basics of using the Spyder IDE (Interactive Development Environment). If you've ever worked with MATLAB before, then this will feel familiar. Spyder is a program that allows you to write, run and de-bug code. - - -## Launching Spyder -Using Anaconda we will select the environment we created earlier *spyder-dev*. - - -## Spyder Interface - - - -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 - |
