anthropics / anthropics/courses
%store -r won't work without pickleshare installed
- Dominant language
- Jupyter Notebook
- Stars
- 22.8k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
IPython made `pickleshare` optional in this [PR](https://github.com/ipython/ipython/pull/14217), 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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.