Ask Your Question

Revision history [back]

If your code is in Python, you can create an egg and announce the URL. Then interested people only need to run

easy_install <the_url_to_the_egg>

in a Sage shell (which you get with ./sage -sh) or in a %sh cell in the notebook.

Here are some instructions on creating Python eggs.