Skip to content

Commit 7d8692e

Browse files
committed
fix .py to .ipynb
1 parent e299144 commit 7d8692e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

foundations/getting-started-python/basic-python.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Here's a minimal example:
1414

1515
## An introduction to Python.
1616

17-
This section of the tutorial will focus on teaching you Python through the
17+
This section of the tutorial will focus on teaching you Python through in a Jupyter notebook.
18+
19+
If you are using a terminal, you will need to edit your script in a text editor and execute with the command "python SCRIPTNAME.PY".
1820

1921
### Reading a .txt File
2022

@@ -76,7 +78,7 @@ On Windows, open **Anaconda Prompt**. On a Mac or Linux machine, simply open **T
7678
jupyter lab
7779
```
7880

79-
10. In the Jupyter session, create a blank Python script, called `mysci.py`, you can do this from the "File" drop-down menu.
81+
10. In the Jupyter session, create a blank Python script, called `mysci.ipynb`, you can do this from the "File" drop-down menu.
8082

8183
11. In a code cell enter and execute the classic first command - printing, "Hello, world!".
8284

0 commit comments

Comments
 (0)