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
- Host: GitHub
- URL: https://github.com/yingding/hc17ss
- Owner: yingding
- License: apache-2.0
- Created: 2017-05-20T10:25:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T21:01:37.000Z (about 9 years ago)
- Last Synced: 2025-02-23T23:43:17.247Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.17 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 &`