Monday, 26 August 2013

Installing ipython magic functions from a python module

Installing ipython magic functions from a python module

I have written some Ipython magic functions for my students, and I would
like to have them installed using easy_install. So far the only way I have
found is to copy a python file to a profile directory, but easy_install
complains about a SandboxViolation when I do that.
Is there a way to install magic functions via setuptools?
Thanks!

No comments:

Post a Comment