Hi - newbie question I'm afraid.<br><br>test_var = "something"<br>%store test_var > test_file<br>quit()<br><br>When I re-run IPython, how do I now reload test_var with the stored contents of the file?<br clear="all">
<br>I want to do this, but it doesn't work:<br><br>%store test_var < test_file<br><br>TIA<br>Richard<br>