Questions tagged [storemagic]

Stores variables, aliases and macros in IPython’s database.

http://ipython.org/ipython-doc/2/config/extensions/storemagic.html

3 questions
1
vote
0 answers

Line magic function `%store` not found

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…
reaction hashs
  • 51
  • 1
  • 1
  • 5
0
votes
0 answers

Stored Variable in-db value is unavailable

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…
glm07
  • 1
0
votes
1 answer

Ipython storemagic to store all available variables

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…
user3620237