recover worksheets from the sage_notebook.sagenb directory?
Hi, I used to have sage installed in an old computer and when I got a new one I only copied the .sage directory. Now I need access to the worksheets that I had in my old computer through the old .sage directory. I already installed sage in the new computer and renamed the old .sage directory .sage_old
notebook(".sage_old/sage_notebook.sagenb") doesn't work, so, is there anyway to force the new sage to use the data from the old sage notebook?
did you try replacing the .sage/ from new computer by that from the old computer?
sage: notebook(directory="/home/sage/.sage2/sage_notebook.sagenb/") - this works fine for me.
ebs I tried replacing the .sage/ from the new computer by that from the old computer and it didn't work, and now that I renamed the directories as they were before I can't start the notebook :(
How old is "old"? What version of sage were you running earlier?