ipython-magic icon indicating copy to clipboard operation
ipython-magic copied to clipboard

IPython Magic Functions


IPython Magic Functions


I am quite fond of IPython. If I tinker around with creating magic functions for the notebook, I will publish them here.

Consult the source code for usage instructions.

Contents:

  • Graphviz Magics (gvmagic.py): %dot, %dotstr, %dotobj, %dotobjs %neato, %neatostr, %neatoobj, %neatoobjs %circo, %circostr, %circoobj, %circoobjs %fdp, %fdpstr, %fdpobj, %fdpobjs %sfdp, %sfdpstr, %sfdpobj, %sfdpobjs %twopi, %twopistr, %twopiobj, %twopiobjs

Thanks to contributors:

  • John B. Nelson (@jbn)