Quantcast
Channel: ASKSAGE: Sage Q&A Forum - RSS feed
Browsing latest articles
Browse All 6 View Live

Comment by ccanonc for Use the save and load commands to store arbitrary...

I'm about to try save_session for the first time, for a computation that took many days (by design). Is save_session always better than save()? Comments?

View Article



Comment by ccanonc for Use the save and load commands to store arbitrary...

Is this the same as the Data pull-down menu in the notebook? (I tried thumbs-up already, but my karma points are only at 11 starting from 0.) Thanks

View Article

Answer by William Stein for How do you best store list data (between stopping...

Use the save and load commands to store arbitrary data. This is in the Sage notebook: sage: v = [1..10] sage: save(v,DATA+'v') > sage: load(DATA+'v') [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]

View Article

Comment by Simon for And what about saving some lists from the public Sage...

You should probably ask that as a separate question...

View Article

Answer by v_2e for How do you best store list data (between stopping and...

And what about saving some lists from the public Sage server locally and upload it back somehow after some time? For example, if I have made some operations and got a very long list as a result, how...

View Article


Notebook List Object Data Storage/Retrieval? (Start/Restart)

How do you best store list data (between stopping and restarting notebook sessions) when there's too much for the notebook to handle as repr() output (when re-parsed upon re-evaluation)?

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images