From c2de77c613b6cf24a8bed999e1398418459a54d8 Mon Sep 17 00:00:00 2001 From: Marina von Steinkirch Date: Wed, 12 Oct 2016 11:47:20 -0700 Subject: [PATCH] Update README.md --- Notebooks/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Notebooks/README.md b/Notebooks/README.md index dbe561f..367ce6f 100644 --- a/Notebooks/README.md +++ b/Notebooks/README.md @@ -9,7 +9,17 @@ $ apt-get install build-essential python3-dev $ pip install jupyter ``` +### Running + +On the notebook directory: + +```shell +$ jupyter notebook +``` + + + ### 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```. \ No newline at end of file +* 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```.