An open API service indexing awesome lists of open source software.

https://github.com/yingding/hc17ss

this is the repository for exercise human computation in summer term 2017
https://github.com/yingding/hc17ss

Last synced: about 1 month ago
JSON representation

this is the repository for exercise human computation in summer term 2017

Awesome Lists containing this project

README

          

# HC SS2017
this is the code example repository for exercise sessions in human computation summer term 2017

# Python version
* Python3 is needed for this exercise

# Install jupyter notebook
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

# Quick Start (For Linux and Macosx)

* 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 `/hc17ss`
* start jupyter notebook from the directory path with `jupyter notebook &`