Skip to content

Commit 8bdd84f

Browse files
committed
Remove raw cells for GitHub rendering
1 parent 28e8ddb commit 8bdd84f

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

week13-Performance-Optimization/.directory

Lines changed: 0 additions & 3 deletions
This file was deleted.

week13-Performance-Optimization/lecture.ipynb

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,10 +1215,10 @@
12151215
]
12161216
},
12171217
{
1218-
"cell_type": "raw",
1218+
"cell_type": "markdown",
12191219
"metadata": {},
12201220
"source": [
1221-
"<see the notebooks in the numba-directory>"
1221+
"*=== see the examples in the cython-directory ===*"
12221222
]
12231223
},
12241224
{
@@ -1455,10 +1455,10 @@
14551455
]
14561456
},
14571457
{
1458-
"cell_type": "raw",
1458+
"cell_type": "markdown",
14591459
"metadata": {},
14601460
"source": [
1461-
"<see the examples in the cython-directory>"
1461+
"*=== see the examples in the cython-directory ===*"
14621462
]
14631463
}
14641464
],
@@ -1501,11 +1501,11 @@
15011501
"description": "100%",
15021502
"description_tooltip": null,
15031503
"layout": "IPY_MODEL_5108c07474124129b8a8445c7c3be689",
1504-
"max": 500.0,
1505-
"min": 0.0,
1504+
"max": 500,
1505+
"min": 0,
15061506
"orientation": "horizontal",
15071507
"style": "IPY_MODEL_dfd77de771244f299a7795b9bd4b895a",
1508-
"value": 500.0
1508+
"value": 500
15091509
}
15101510
},
15111511
"0026a7de79264d89b2890c3028ef16d6": {
@@ -1613,11 +1613,11 @@
16131613
"description": "100%",
16141614
"description_tooltip": null,
16151615
"layout": "IPY_MODEL_4305e28617c64530b465df98ff29692b",
1616-
"max": 1000.0,
1617-
"min": 0.0,
1616+
"max": 1000,
1617+
"min": 0,
16181618
"orientation": "horizontal",
16191619
"style": "IPY_MODEL_4b5d2a4b6e09422d84a1445c99f1980c",
1620-
"value": 1000.0
1620+
"value": 1000
16211621
}
16221622
},
16231623
"1bd80b56e9b445599b645dccb392ba21": {
@@ -1704,11 +1704,11 @@
17041704
"description": "100%",
17051705
"description_tooltip": null,
17061706
"layout": "IPY_MODEL_5a6aebbe4f6e43c2b15726b69052bef0",
1707-
"max": 1000.0,
1708-
"min": 0.0,
1707+
"max": 1000,
1708+
"min": 0,
17091709
"orientation": "horizontal",
17101710
"style": "IPY_MODEL_b6ed6bcd8a7e444b81b14e34b9d1cda9",
1711-
"value": 1000.0
1711+
"value": 1000
17121712
}
17131713
},
17141714
"3118e25946ac431e8433fc14d3c41167": {
@@ -1728,11 +1728,11 @@
17281728
"description": "100%",
17291729
"description_tooltip": null,
17301730
"layout": "IPY_MODEL_8c8783feab1c4d35a5e3aeba82613b25",
1731-
"max": 10.0,
1732-
"min": 0.0,
1731+
"max": 10,
1732+
"min": 0,
17331733
"orientation": "horizontal",
17341734
"style": "IPY_MODEL_ce066e635e1946f48622e68213a3e033",
1735-
"value": 10.0
1735+
"value": 10
17361736
}
17371737
},
17381738
"4168ccd890a64d0782c7dd9a08c50db5": {

0 commit comments

Comments
 (0)