Removed JS code that was an experiment.
shouldn't have checked that in before.
This commit is contained in:
parent
270922c2db
commit
e50f51987a
@ -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
9
pdf/html_book
Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user