saved notebook files
Hi, when I'm running a sage notebook from my desktop sage installation, where does it save the notebook files? How can I upload them to the sagemath.org server?
Hi, when I'm running a sage notebook from my desktop sage installation, where does it save the notebook files? How can I upload them to the sagemath.org server?
On the main page of the notebook that lists all of the worksheets, there is a link that says "Download All Active". If you do that, you'll download a ZIP file will all of your worksheets contained in it. Then, you can log into the SageNB server and click on the "Upload" link at the top. Upload the ZIP file that you just downloaded, and all of your worksheets should appear on the SageNB server.
On my laptop, I find my intermediate files in my home directory (Users directory on MacOSX).
Example: ~/.sage/sage_notebook.sagenb/home/admin/___
Where tilde "~" is /home/myloginname/
"admin" is the user I'm using for my notebook (my sage server username),
and ___ are the working files. There are sage gurus that know more about these things than I.
You can export your notebook to an .sws file from the Pull-Down Menus in the notebook GUI, but I don't know the answer to your third question of how to get it uploaded to sagemath.org....I presume you need an account for that.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2010-08-24 19:28:23 +0100
Seen: 5,551 times
Last updated: Aug 24 '10
Notebook List Object Data Storage/Retrieval? (Start/Restart)
Short Cython Example In A Notebook Cell?
What happens in insecure mode?
Is notebook() mutually-exclusive from "./sage -gdb" mode?
Can I pause a computation rather than aborting it? (Interrupt Command)
What state is preserved when I close a running notebook browser window?
How do I quickly setup a remote Sage server? [closed]