this is the code example repository for exercise sessions in human computation summer term 2017
- Python3 is needed for this exercise
The most common way to install jupyter notebook is using pip3:
pip3 install jupyter
Note: Please see the reference to install jupyter notebook on your operation system http://jupyter.org/install.html
- clone this repository with
git clone https://github.com/yingding/hc17ss.git - or download the content of this repository as zip file
- change your current directory to the repository path
<path>/hc17ss - start jupyter notebook from the directory path with
jupyter notebook &