Skip to content

Commit

Permalink
add ch14
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Oct 11, 2019
1 parent 27b89f0 commit e267798
Show file tree
Hide file tree
Showing 2 changed files with 10,025 additions and 2 deletions.
34 changes: 32 additions & 2 deletions ch13/ch13-notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3257,6 +3257,27 @@
"<br>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"..."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Summary"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"..."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -3268,9 +3289,18 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 28,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[NbConvertApp] Converting notebook ch12.ipynb to script\n",
"[NbConvertApp] Writing 19212 bytes to ch12.py\n"
]
}
],
"source": [
"! python ../.convert_notebook_to_script.py --input ch13.ipynb --output ch13.py"
]
Expand Down
Loading

0 comments on commit e267798

Please sign in to comment.