Where are stored gif files by default
Ok I know this is a stupid question. (But i spend already half an hour on it :( ) After using a.save('myanime') on a animate I can't find the gif file (which is the default extension AFAIK) To be more specific:
I am using sage on a linux debian (sage recenlty returned to the debian archives !!:D!!) so I launch sage in terminal (the binary is installed in my /usr/bin ) and the files seemes to be stored in stuff like
/home/myusername/.sage/sage_notebook.sagenb/home/__store__/2/21/212/2123/admin/9 ... Is it right ?
In case yes it is painful to look for something outside fromethe sage notebook and I would like to integrate the .gif in another web pages. Maybe I can choose where to save the gif ?
We'll have to know more about how you are using Sage in this case - sage notebook, Sage Math Cloud, command line, etc. The default location really depends on this.
Well ok, sorry to the people who read this ... you can save it where you want by myanime.save('/home/myusername/myfolder/myfilename') My bad .... :( :| :8
Not a bad at all! Many people reading this won't know anything about file names or paths. Feel free to accept John's answer if it helped, and then others will know what to do when they are trying it out.