Skip to content

Commit

Permalink
Updating chap14soln.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney committed Feb 28, 2022
1 parent b2f0dcd commit 6381cf6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
9 changes: 0 additions & 9 deletions code/chap14ex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@
"MIT License: https://opensource.org/licenses/MIT\n"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"%load_ext nb_black"
]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down
37 changes: 0 additions & 37 deletions solutions/chap14soln.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,6 @@
"MIT License: https://opensource.org/licenses/MIT\n"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"application/javascript": [
"\n",
" setTimeout(function() {\n",
" var nbb_cell_id = 1;\n",
" var nbb_unformatted_code = \"%load_ext nb_black\";\n",
" var nbb_formatted_code = \"%load_ext nb_black\";\n",
" var nbb_cells = Jupyter.notebook.get_cells();\n",
" for (var i = 0; i < nbb_cells.length; ++i) {\n",
" if (nbb_cells[i].input_prompt_number == nbb_cell_id) {\n",
" if (nbb_cells[i].get_text() == nbb_unformatted_code) {\n",
" nbb_cells[i].set_text(nbb_formatted_code);\n",
" }\n",
" break;\n",
" }\n",
" }\n",
" }, 500);\n",
" "
],
"text/plain": [
"<IPython.core.display.Javascript object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"%load_ext nb_black"
]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down

0 comments on commit 6381cf6

Please sign in to comment.