Skip to content

Commit 1c5533c

Browse files
authored
Merge pull request #42 from skwbc/fix
replace cythonmagic to Cython
2 parents 750f546 + 96d3355 commit 1c5533c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

notebooks/chapter05_hpc/04_cython.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
},
115115
"outputs": [],
116116
"source": [
117-
"%load_ext cythonmagic"
117+
"#%load_ext cythonmagic\n",
118+
"%load_ext Cython"
118119
]
119120
},
120121
{

notebooks/chapter05_hpc/05_ray_2.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
},
5353
"outputs": [],
5454
"source": [
55-
"%load_ext cythonmagic"
55+
"#%load_ext cythonmagic\n",
56+
"%load_ext Cython"
5657
]
5758
},
5859
{

notebooks/chapter05_hpc/05_ray_3.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
},
5353
"outputs": [],
5454
"source": [
55-
"%load_ext cythonmagic"
55+
"#%load_ext cythonmagic\n",
56+
"%load_ext Cython"
5657
]
5758
},
5859
{

notebooks/chapter05_hpc/05_ray_4.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
},
5757
"outputs": [],
5858
"source": [
59-
"%load_ext cythonmagic"
59+
"#%load_ext cythonmagic\n",
60+
"%load_ext Cython"
6061
]
6162
},
6263
{

notebooks/chapter05_hpc/05_ray_5.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
},
5757
"outputs": [],
5858
"source": [
59-
"%load_ext cythonmagic"
59+
"#%load_ext cythonmagic\n",
60+
"%load_ext Cython"
6061
]
6162
},
6263
{

0 commit comments

Comments
 (0)