Skip to content

Commit 247a368

Browse files
committed
ipynb test
1 parent 8e2f016 commit 247a368

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

notebooks/mnist.ipynb

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {
7+
"collapsed": false,
8+
},
9+
"outputs": [],
10+
"source": [
11+
"import numpy as np\n",
12+
"print(np.array([2, 3, 4]))"
13+
]
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)