Copy edits.
This commit is contained in:
parent
672e4bb3c5
commit
108a3f1a4d
@ -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."
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user