On Sun, Feb 25, 2018 at 10:30 AM, Dominique Laurain
<dominique.laurai...@orange.fr> 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) files locally (linux computer without network)
> vs sagecell needing an internet connection. Right ?

Not exactly. It looks like it still requires an internet connection
for the pages to work.  It seems that it works pretty much the same as
the same widgets would work in a notebook running locally, but when
you click the big "Load Widgets" button it fires up a kernel on
binder, and inserts some shims so that the widgets can talk to that
kernel.

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, but that's obviously more restrictive in other ways.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to