📜  保存变量以在其他 jupyter notebook 中使用 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:21.188000             🧑  作者: Mango

代码示例1
data = 'string or data-table to pass'
%store data
#to read
%store -r data
del data