On Wednesday, 11 February 2015 13:26:26 UTC-7, Luis Finotti wrote: > > Dear all, > > After some problems with an older computer, I'm trying to move its > worksheets to a new one. (Both running Linux.) > > The problem is that I cannot download the worksheets via Sage: when I try > I can select the worksheets and click "Download", but nothing happens. It > could very well be due to the computer itself, which is having some > hardware/memory problems. I can still access the files, though, and could > manually move them. > > Note that the new computer already has some worksheets in it, so I cannot > simply move the '.sage" directory. > > Also, FWIW, the old computer seems to have two places for worksheets: > sage_notebook/ and sage_notebook.sagenb/. I can see: > > > > > boole[~/.sage]$ ls sage_notebook/worksheets/admin/ > 0/ 10/ 12/ 14/ 16/ 18/ 2/ 21/ 23/ 25/ 27/ 29/ 30/ 4/ 6/ 8/ history.sobj > 1/ 11/ 13/ 15/ 17/ 19/ 20/ 22/ 24/ 26/ 28/ 3/ 31/ 5/ 7/ 9/ > > boole[~/.sage]$ ls sage_notebook.sagenb/home/admin/ > 0/ 10/ 12/ 14/ 16/ 18/ 2/ 21/ 23/ 25/ 27/ 29/ 30/ 32/ 34/ 36/ 38/ 4/ 41/ > 43/ 45/ 47/ 5/ 7/ 9/ > 1/ 11/ 13/ 15/ 17/ 19/ 20/ 22/ 24/ 26/ 28/ 3/ 31/ 33/ 35/ 37/ 39/ 40/ 42/ > 44/ 46/ 48/ 6/ 8/ history.pickle* > > > > Is there a way to move these worksheets? > > Thanks, > > Luis >
Hi Luis, I believe you want the folder with ".sagenb" extension - the other one is from a quite old version which should have been migrated to the new one (but a copy of an old one remains). If you put it anywhere on the new computer, you can launch notebook with "directory" option specifying the path. Then try to download those that you want and upload into your new installation. Best, Andrey -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
