From bb9435faf7e08851f170ba45c5d5e0accac40d23 Mon Sep 17 00:00:00 2001 From: Glenn Magerman Date: Mon, 17 Feb 2020 22:59:21 +0100 Subject: [PATCH] Update README.md small adds to the text. please check before accepting... --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd2f199..4043306 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Python is a general programming language. To use it best for data science and ec - **Step 1**. Download Anaconda [here](https://www.anaconda.com/distribution/). - **Step 2**. Launch Anaconda and select Jupyter notebook or Jupyterlab. ![](/images/step1.png) + +After launching Jupyter notebooks, a web interface will launch that hosts a folder environment. There you find x, y, z. You can launch a new notebook by clicking on "New" in the right top corner. This is how a notebook looks like. ![](/images/step2.png)