Recuperation of a result outside the notebook ?
Is there a way to use a Sagemath result outside a notebook?
Is there a way to use a Sagemath result outside a notebook?
Python offers lots of possibilities :
save
your results (if you plan to re-recess these results in anotherSage program or session).
Open/create a file, explicitly write your results to this file, close the file (this might be useful...).
print
your results, and invoke your program in a command line redirecting your output (useful if you want to be able to use your program from the command line).
Googling Python file I/O
may enlighten you...
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2022-10-24 23:07:04 +0100
Seen: 104 times
Last updated: Oct 25 '22
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?
Can you explain what you mean? Maybe add an example of what you hope you would be able to do.