DataSpell - 像在 RStudio 中一样保存状态?

DataSpell - save state like in RStudio?

是否可以像在 RStudio 中那样在 DataSpell 中保存 Jupyter 变量?

目前,在我关闭 DS 后,我需要重新计算所有内容。当然,我可以自己将主要变量写入磁盘,但我不想一直对所有变量都这样做。

我认为 RStudio 中最接近 save/load 工作区行为的是 %store 魔法。 IPython 提供了 %store 魔法,但是 %store 在 DataSpell 的 Jupyter Notebooks 中可用。

这是 %store 文档:https://ipython.readthedocs.io/en/stable/config/extensions/storemagic.html