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