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
Post a Comment