Removed JS code that was an experiment.

shouldn't have checked that in before.
This commit is contained in:
Roger Labbe 2015-03-03 10:16:29 -08:00
parent 270922c2db
commit e50f51987a
2 changed files with 9 additions and 27 deletions

View File

@ -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": [
"<IPython.core.display.Javascript object>"
]
},
"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": {},

9
pdf/html_book Executable file
View File

@ -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