Skip to content

Commit 0a788bc

Browse files
committed
Update Cython Magic load.
1 parent 8dc56c8 commit 0a788bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Builtin Extensions/Cython Magics.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cell_type": "markdown",
1919
"metadata": {},
2020
"source": [
21-
"IPython has a `cythonmagic` extension that contains a number of magic functions for working with Cython code. This extension can be loaded using the `%load_ext` magic as follows:"
21+
"IPython had a `cythonmagic` extension that contains a number of magic functions for working with Cython code. This extension can be found in the Cython package now and can be loaded using the `%load_ext` magic as follows:"
2222
]
2323
},
2424
{
@@ -29,7 +29,7 @@
2929
},
3030
"outputs": [],
3131
"source": [
32-
"%load_ext cythonmagic"
32+
"%load_ext Cython"
3333
]
3434
},
3535
{

0 commit comments

Comments
 (0)