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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Add class to another page attribute using URL id - Jquery -