Skip to content

Commit

Permalink
Merge pull request rasbt#3 from rasbt/ch14
Browse files Browse the repository at this point in the history
add ch14
  • Loading branch information
rasbt authored Oct 11, 2019
2 parents 37c3b0c + e267798 commit 347e3ef
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 347e3ef

Please sign in to comment.