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

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

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 &`