From 108a3f1a4d17a0242c205aea6af2545b07172b4b Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sun, 20 Dec 2015 09:00:26 -0800 Subject: [PATCH] Copy edits. --- 00-Preface.ipynb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/00-Preface.ipynb b/00-Preface.ipynb index 285f7f9..31c7989 100644 --- a/00-Preface.ipynb +++ b/00-Preface.ipynb @@ -419,8 +419,6 @@ "\n", "This will open a browser window showing the contents of the base directory. The book is organized into chapters. Each chapter is named *xx*-*name*.ipynb, where *xx* is the chapter number. .ipynb is the Notebook file extension.\n", "\n", - "Appendix A contains information for how to install IPython and the Jupyter Notebook onto your computer.\n", - "\n", "Admittedly this is a cumbersome interface to a book. I am following in the footsteps of several other projects that are re-purposing Jupyter Notebook to generate entire books. I feel the slight annoyances have a huge payoff - instead of having to download a separate code base and run it in an IDE while you try to read a book, all of the code and text is in one place. If you want to alter the code, you may do so and immediately see the effects of your change. If you find a bug, you can make a fix, and push it back to my repository so that everyone in the world benefits. And, of course, you will never encounter a problem I face all the time with traditional books - the book and the code are out of sync with each other, and you are left scratching your head as to which source to trust." ] }, @@ -445,8 +443,9 @@ "\n", "Once you have Python installed install FilterPy by typing\n", "\n", - " pip install filterpy\n", - "\n", + "```bash\n", + "pip install filterpy\n", + "```\n", "at the command line." ] },