[IPython-dev] storing variables *in* the notebook

Zoltán Vörös zvoros at gmail.com
Fri Jan 27 09:59:31 EST 2017



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...



More information about the IPython-dev mailing list