Skip to content

Commit eddbc81

Browse files
committed
cleanup
1 parent 1c9ba09 commit eddbc81

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

notebooks/01 - Introduction.ipynb

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:ee4ec59c7169355f84b04b839a56a08205e510dd3fa996d6fb0483db70f16e7e"
4+
"signature": "sha256:8f5d9a1403792ed5fc509ad562470386625066999b3fdaf6d14059e648579f3e"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -46,8 +46,7 @@
4646
],
4747
"language": "python",
4848
"metadata": {},
49-
"outputs": [],
50-
"prompt_number": 1
49+
"outputs": []
5150
},
5251
{
5352
"cell_type": "code",
@@ -59,19 +58,7 @@
5958
],
6059
"language": "python",
6160
"metadata": {},
62-
"outputs": [
63-
{
64-
"ename": "ImportError",
65-
"evalue": "No module named 'figures'",
66-
"output_type": "pyerr",
67-
"traceback": [
68-
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m\n\u001b[0;31mImportError\u001b[0m Traceback (most recent call last)",
69-
"\u001b[0;32m<ipython-input-2-420e7408298a>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[0;31m# Import the example plot from the figures directory\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 2\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0mfigures\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mplot_sgd_separator\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 3\u001b[0m \u001b[0mplot_sgd_separator\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
70-
"\u001b[0;31mImportError\u001b[0m: No module named 'figures'"
71-
]
72-
}
73-
],
74-
"prompt_number": 2
61+
"outputs": []
7562
},
7663
{
7764
"cell_type": "markdown",

0 commit comments

Comments
 (0)