You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/01-getting-started.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ keypoints:
20
20
## Use the Spyder IDE for editing and running Python.
21
21
22
22
* The [Anaconda package manager][anaconda] is an automated way to install the [Spyder IDE][spyder].
23
-
* See [the setup instructions]({{ page.root }}/setup) for Anaconda installation instructions.
23
+
* See [the setup instructions]({{ page.root }}/setup.html) for Anaconda installation instructions.
24
24
* It also installs all the extra libraries it needs to run.
25
25
* Once you have installed Python and the Spyder IDE requirements, open a shell and type:
26
26
~~~
@@ -29,7 +29,7 @@ keypoints:
29
29
{: .python}
30
30
31
31
* This will start The Spyder IDE.
32
-
* This environment has several useful tools we can use, which you can see in different panels in the Spyder IDE. We will look into some of them.
32
+
* This environment has several useful tools we can use, which you can see in different panels in the Spyder IDE. We will look into some of them.
33
33
* You can change the positions and sizes of these panels to your preference, as you get to know them.
34
34
35
35
## Different ways of interacting with Python using Spyder
@@ -64,7 +64,7 @@ keypoints:
64
64
> Spyder Editor
65
65
>
66
66
> This is a temporary script file.
67
-
> """
67
+
> """
68
68
>~~~
69
69
> Write the following line below these lines and press run (the green 'play' button or f5). A window might pop up asking you to specify the run settings, leave the settings as they are and press 'Run'.
70
70
> What happens?
@@ -91,12 +91,11 @@ keypoints:
91
91
>
92
92
> To save the code, press 'file' and then 'save as'. Now give the file a name, for example 'mycode.py' and save it in a directory/folder where you know how to find it.
93
93
> Look into your file system the way you usually do it. Is the file where you expect it to be?
0 commit comments