Skip to content

Commit 63d5cd1

Browse files
committed
notes on installation or working online
1 parent a372121 commit 63d5cd1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
This repository contains Jupyter Notebooks to teach you the basics in Python that you need for the Machine Learning Workshop.
44

5-
If you already have Jupyter Notebook installed (which you need for the workshop!) you can download the repository (click the green "Clone or download" button at the top and then "Download ZIP"), open Jupyter Notebook on your computer, navigate to the repository folder, and click on one of the notebooks to open it and work with it. If you don't get that to work you can also work in an online version of Jupyter Notebook by following [this link](https://mybinder.org/v2/gh/cod3licious/python_tutorial/master) (right-click to open in a new tab; might take a while to launch).
5+
**Working on your own computer:**
6+
If you already have Python and Jupyter Notebook installed (or want to install it, then check out [anaconda](https://docs.anaconda.com/anaconda/install/)) you can download the repository (click the green "Clone or download" button at the top and then "Download ZIP"), open Jupyter Notebook on your computer, navigate to the repository folder, and click on one of the notebooks to open it and work with it. Please make sure you're using Python 3 and all libraries listed in the `requirements.txt` file are installed and up to date (e.g. try `pip install --upgrade plotly`).
7+
8+
**Working online with binder:**
9+
If you can't or don't want to install Python on your own computer, you can also work in an online version of Jupyter Notebook by following [this link](https://mybinder.org/v2/gh/cod3licious/python_tutorial/master) (right-click to open in a new tab; might take a while to launch).
10+
611

712
In any case you should see something like this:
813
<img src="doc/screenshot1.png" alt="screenshot_notebook1" width="720"/>

0 commit comments

Comments
 (0)