https://github.com/yingding/pda16ws17
physiological data analysis for educational technologies
https://github.com/yingding/pda16ws17
Last synced: 2 months ago
JSON representation
physiological data analysis for educational technologies
- Host: GitHub
- URL: https://github.com/yingding/pda16ws17
- Owner: yingding
- License: mit
- Created: 2016-10-25T19:55:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T15:47:15.000Z (over 9 years ago)
- Last Synced: 2025-02-23T23:42:52.593Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 139 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pda16ws17
physiological data analysis for educational technologies
# 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/pda16ws17.git`
* or download the content of this repository as zip file
* change your current directory to the repository path `path/pad16ws17`
* start jupyter notebook from the directory path with `jupyter notebook &`