简体   繁体   中英

DataSpell - save state like in RStudio?

Is it possible to save the Jupyter variables in DataSpell similar to how this works in RStudio?

At the moment, after I closed DS, I need to recompute everything. Of course I can write the main variables to disk myself, but I don't want to do that for all variables all the time.

I think the closest thing to the save/load workspace behavior in RStudio is the %store magic. IPython provides the %store magic, but %store is available in Jupyter Notebooks in DataSpell.

Here is the %store documentation: https://ipython.readthedocs.io/en/stable/config/extensions/storemagic.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM