From e50f51987ad3c9718bcd8ab4b1cca5c30e15e7bb Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Tue, 3 Mar 2015 10:16:29 -0800 Subject: [PATCH] Removed JS code that was an experiment. shouldn't have checked that in before. --- 00_Preface.ipynb | 27 --------------------------- pdf/html_book | 9 +++++++++ 2 files changed, 9 insertions(+), 27 deletions(-) create mode 100755 pdf/html_book diff --git a/00_Preface.ipynb b/00_Preface.ipynb index 39eb20f..58c9ac2 100644 --- a/00_Preface.ipynb +++ b/00_Preface.ipynb @@ -255,33 +255,6 @@ "book_format.load_style()" ] }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": { - "collapsed": false - }, - "outputs": [ - { - "data": { - "application/javascript": [ - "IPython.load_extensions('calico-spell-check');\n", - "IPython.load_extensions('calico-document-tools');" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "%%javascript\n", - "IPython.load_extensions('calico-spell-check');\n", - "IPython.load_extensions('calico-document-tools');" - ] - }, { "cell_type": "markdown", "metadata": {}, diff --git a/pdf/html_book b/pdf/html_book new file mode 100755 index 0000000..6c47607 --- /dev/null +++ b/pdf/html_book @@ -0,0 +1,9 @@ +#! /bin/bash + +echo "merging book..." + +python merge_book.py > Kalman_and_Bayesian_Filters_in_Python.ipynb + +echo "creating pdf..." +ipython nbconvert Kalman_and_Bayesian_Filters_in_Python.ipynb +