ipython / ipython/ipython

storemagic issues multiple applications

Open
#13,613 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
16.8k
Forks
4.5k
Avg merge
1d 2h
Merged PRs (30d)
6

Description

I have 2 applications, each spreads across multiple ipython notebook files. I have a need to store and restore variables, which I need to use across these notebook instances for each application.

I could use %store But, it doesn't support a partition. Applications overwrite each others data.

Storemagic supports a mechanism to store to a file
%store foo > file.txt

But, It doesn't support a process to restore from a file

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.