Skip to content

Commit 8e3c3e3

Browse files
committed
documentation
1 parent 5e4a8c4 commit 8e3c3e3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ foo@bar:~$ pip install -r requirements.txt
3434
foo@bar:~$ python logistic-regression.py
3535
```
3636

37-
### Prerequisites, If You're New to Python
37+
### If You're New to Jupyter Notebooks
38+
39+
There's an easy way to get Jupyter Notebooks working immediately, by downloading an application name [ANACONDA](https://www.anaconda.com/) that is freely available for both Windows and Mac.
40+
41+
![Anaconda](https://github.com/FullStackWithLawrence/006-scikit-learn-logistic-regression/blob/main/doc/anaconda.png)
42+
43+
### If You're New to Python
3844

3945
Note that I created this code sample using Python version 3.10. For best results I'd recommend that you create a [Python Virtual Environment](https://docs.python.org/3/library/venv.html) based on a matching Python 3.10.x engine. This helps to ensure that you run the exact same Python package versions as I've specified in requirements.txt.
4046

doc/anaconda.png

750 KB
Loading

0 commit comments

Comments
 (0)