Syntax highlighting Fortran code in IPython notebook -


i want include fortran code in ipython notebook. how code snippet syntax highlighted ?

you should able using pygments_magic extension.

it uses pygmentize supports fortran syntax highlighting.

if want execute fortran code use fortran-magic


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -