[sage-support] Re: calling uploaded python files in notebook

2007-07-12 Thread William Stein
On 7/11/07, Timothy Clemans <[EMAIL PROTECTED]> wrote: > Hi I want to upload a matplotlib file that has command line args. How > do I upload that file and do > > python arrow_demo.py realistic There is a slightly hack-ish way to do this, but it is possible. Basically, just do something like this

[sage-support] Re: preserving source on install

2007-07-12 Thread William Stein
Do sage -i -m package.spkg to build and install a package. The resulting build directory is left in spkg/build/package/ - william On 7/12/07, didier deshommes <[EMAIL PROTECTED]> wrote: > > 2007/7/12, Marshall Hampton <[EMAIL PROTECTED]>: > > > > Is there a way to install sage so that no sou

[sage-support] Re: preserving source on install

2007-07-12 Thread didier deshommes
2007/7/12, Marshall Hampton <[EMAIL PROTECTED]>: > > Is there a way to install sage so that no source files are deleted? I > am interested in hacking the cddlib source that is used in polymake, > but it looks like it gets deleted after compilation. Is there an Every .spkg file is bascially a t

[sage-support] preserving source on install

2007-07-12 Thread Marshall Hampton
Is there a way to install sage so that no source files are deleted? I am interested in hacking the cddlib source that is used in polymake, but it looks like it gets deleted after compilation. Is there an option to give to 'make' that would prevent that? Even better, is there a simple way to get