Transfer Variables Between Jupyter Notebooks
While working with multiple jupyter notebooks, you may need to share objects between them.
With the "store" magic command, you can transfer variables across notebooks without storing them on disk.
P.S. You can also restart the kernel and retrieve an old variable with "store".