Organize folders, add notebook readme

This commit is contained in:
Marina von Steinkirch 2016-08-14 10:10:38 -07:00
parent 9b583d313c
commit da1b22cf4a
21 changed files with 18 additions and 6 deletions

15
Notebooks/README.md Normal file
View file

@ -0,0 +1,15 @@
## Jupyter Notebooks
### Installing
Install any dependences for [Jupyter](http://jupyter.readthedocs.io/en/latest/install.html):
```shell
$ apt-get install build-essential python3-dev
$ pip install jupyter
```
### Basics
* A notebook is made up of a number of cells with Python code. You can execute a cell by clicking on it and pressing ```Shift-Enter```.