Skip to content

Commit 21c0292

Browse files
committed
Minor edit
1 parent fcf9d28 commit 21c0292

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_episodes/01-intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ There are a lot of blogs and articles comparing R and Python. Many of these comp
179179
180180
## Interactive Interpreter
181181
182-
You can run python in various tools. Perhaps the most straightforward is to use the interactive Python interpreter. To enter the Python console, simple open a terminal window and type `python`. [In Mac OS X, it is sometimes good to use `pythonw` which is required if you want to use any Python function that requires opening new windows (e.g., plotting).]
182+
You can run python in various tools. Perhaps the most straightforward is to use the interactive Python interpreter. To enter the Python console, simple open a terminal window and type `python`. On Windows, you will want to launch the Anaconda Prompt application (see the [Anaconda docs](https://docs.anaconda.com/anaconda/user-guide/getting-started/#open-prompt-win) for more info).
183+
184+
<!-- [In Mac OS X, it is sometimes good to use `pythonw` which is required if you want to use any Python function that requires opening new windows (e.g., plotting).] -->
183185
184186
```
185187
$ python

0 commit comments

Comments
 (0)