Re: storing variables *in* the notebook
Zoltán Vörös <[email protected]> Fri, 27 Jan 2017 15:59:31 +0100
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <[email protected]> |
On 01/27/2017 10:01 AM, Kiko wrote:
> Hi all,
>
> My 2 cents...
>
> Why not store that in the notebook metadata? something like:
>
> x = [1,2,3]
> %store_in_notebook x # Would add the info to the notebook metadata
>
> that is added to:
>
> {
> kernelspec: {...}
> stored:{
> x: [1,2,3]
> }
> }
>
I can't tell why, but somehow this idea seems a bit familiar to me...