##// END OF EJS Templates
enable cython highlight in notebook
Matthias BUSSONNIER -
Show More
@@ -56,6 +56,7 var IPython = (function (IPython) {
56 56 ,'magic_python' :{'reg':[/^%%python3?/]}
57 57 ,'magic_shell' :{'reg':[/^%%bash/]}
58 58 ,'magic_r' :{'reg':[/^%%R/]}
59 ,'magic_text/x-cython' :{'reg':[/^%%cython/]}
59 60 },
60 61
61 62 /**
General Comments 0
You need to be logged in to leave comments. Login now