Recuperation of a result outside the 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...).
printyour 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...
Asked: 2022-10-24 23:07:04 +0100
Seen: 198 times
Last updated: Oct 25 '22
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Can you explain what you mean? Maybe add an example of what you hope you would be able to do.