diff --git a/01-g-h-filter.ipynb b/01-g-h-filter.ipynb index f01abf9..2f51c6f 100644 --- a/01-g-h-filter.ipynb +++ b/01-g-h-filter.ipynb @@ -148,7 +148,7 @@ "source": [ "A word on how I generated this plot. I import code from the module book_plots in the `kf_book` subdirectory. Generating this plot takes a lot of boilerplate Python that isn't interesting to read. I take this tack often in the book. When the cell is run `plot_errorbars()` gets called and the plot is inserted into the book.\n", "\n", - "If this is your first time using [Jupyter Notebook](http://jupyter.org/), the code above is in a *cell*. The text \"In [2]:\" labels this as a cell where you can enter input, and the number in the bracket denotes that this cell was run second. To run the cell, click on it with your mouse so that it has focus, then press CTRL+ENTER on the keyboard. As we continue you will be able to alter the code inside the cells and rerun them. Try changing the values \"160\", \"170\", and \"10000\" to some other value and run the cell. The printed output should change depending on what you entered.\n", + "If this is your first time using [Jupyter Notebook](http://jupyter.org/), the code above is in a *cell*. The text \"In [2]:\" labels this as a cell where you can enter input, and the number in the bracket denotes that this cell was run second. To run the cell, click on it with your mouse so that it has focus, then press CTRL+ENTER on the keyboard. As we continue you will be able to alter the code inside the cells and rerun them. Try changing the values \"160\", \"170\", and \"8\" to some other value and run the cell. The printed output should change depending on what you entered.\n", "\n", "If you want to view the code for plot_errorbars, either open it in an editor, or create a new cell and type the function name followed by two question marks. Press Ctrl+Enter, and your browser will open a window displaying the source code. This is a feature of Jupyter Notebooks. If you want to just view the documentation for the function, do the same but with one question mark.\n", "\n",