##// END OF EJS Templates
Backport PR #5559: Minor typo fix in "Cython Magics.ipynb"...
MinRK -
Show More
@@ -27,7 +27,7 b''
27 "cell_type": "markdown",
27 "cell_type": "markdown",
28 "metadata": {},
28 "metadata": {},
29 "source": [
29 "source": [
30 "IPtyhon 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:"
30 "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:"
31 ]
31 ]
32 },
32 },
33 {
33 {
@@ -275,4 +275,4 b''
275 "metadata": {}
275 "metadata": {}
276 }
276 }
277 ]
277 ]
278 } No newline at end of file
278 }
General Comments 0
You need to be logged in to leave comments. Login now