Peleg Michaeli
Peleg Michaeli
Yes, it is possible. E.g., `test.sage` may contain `print(3)`, and then running `sage test.sage` prints `3`.
The main (or only?) difficulty should arise when someone wishes to plot. The only solution I've found for plotting from the command line is this workaround: https://ask.sagemath.org/question/37719/how-can-i-display-a-plot-from-a-script/
I think we can remove the "needs decision" label. This looks like we've already decided this should be fixed. I've tried, but quickly ran into import issues, so I think...