I am using iPython with Scrapy shell inside a virtualenv, but I can't save my project's variables (they get deleted everytime I leave the project) and %store won't work, returning "Line magic function %store not found".
Currently, I have Python…
I left my computer running on a very long for loop with a store in every 10000 iterations or so because the variable would be mutated. Came back to see it not progressing so I restarted my kernel given it already stored but when I did %store -r…
I recently discovered storemagic in ipython, and I would like to use it to save my work across sessions. However, in some sessions I generate a large number of variables, and I would like to say at the end of the session %store all, or something…