Update README.md

This commit is contained in:
Marina von Steinkirch 2016-10-12 11:47:20 -07:00 committed by GitHub
parent d8c66e38c4
commit c2de77c613

View file

@ -9,7 +9,17 @@ $ apt-get install build-essential python3-dev
$ pip install jupyter $ pip install jupyter
``` ```
### Running
On the notebook directory:
```shell
$ jupyter notebook
```
### Basics ### 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```. * 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```.