Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

%store -r won't work without pickleshare installed #46

Open
kisunji opened this issue Sep 21, 2024 · 0 comments · May be fixed by #47
Open

%store -r won't work without pickleshare installed #46

kisunji opened this issue Sep 21, 2024 · 0 comments · May be fixed by #47

Comments

@kisunji
Copy link

kisunji commented Sep 21, 2024

IPython made pickleshare optional in this PR, so users may be unable to fetch stored variables across ipynb files.

/home/ckim/.local/lib/python3.10/site-packages/IPython/extensions/storemagic.py:229: UserWarning: This is now an optional IPython functionality, setting autorestore/API_KEY requires you to install the `pickleshare` library.
  db[ 'autorestore/' + arg ] = obj
/home/ckim/.local/lib/python3.10/site-packages/IPython/extensions/storemagic.py:229: UserWarning: This is now an optional IPython functionality, setting autorestore/MODEL_NAME requires you to install the `pickleshare` library.
  db[ 'autorestore/' + arg ] = obj
@kisunji kisunji linked a pull request Sep 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant