Re: [sage-devel] Re: nbinteract: Interactive Webpages From Notebooks

2018-02-28 Thread parisse
Le mardi 27 février 2018 17:08:35 UTC+1, Erik Bray a écrit : > > > Another approach I've seen to this sort of thing that works completely > locally is to pre-generate some data based on the range of inputs for > the widgets, and bundle that all up so that there's no actual live > computations,

Re: [sage-devel] Re: nbinteract: Interactive Webpages From Notebooks

2018-02-27 Thread Erik Bray
On Sun, Feb 25, 2018 at 10:30 AM, Dominique Laurain wrote: > Very interesting and teasing me to learn Jupyter notebooks. > > What I guess after first reading as main difference : the package > (nbinteract) is standalone (of course with python and jupyter installed) > producing HTML (and pictures)

[sage-devel] Re: nbinteract: Interactive Webpages From Notebooks

2018-02-25 Thread Dominique Laurain
Very interesting and teasing me to learn Jupyter notebooks. What I guess after first reading as main difference : the package (nbinteract) is standalone (of course with python and jupyter installed) producing HTML (and pictures) files locally (linux computer without network) vs sagecell needin