[IPython-dev] Sample ipython notebooks showcasing interactive graphics

Brian Granger ellisonbg at gmail.com
Wed Oct 23 12:20:13 EDT 2013


Oh I should also mention that the widget stuff in includes all of the
basic widgets you would want (checkbox, slider, drop down menu,
textbox, etc.).

Cheers,

Brian

On Wed, Oct 23, 2013 at 9:17 AM, Brian Granger <ellisonbg at gmail.com> wrote:
> Jason,
>
> Very cool to see these.  Also, thanks for working on the matplotlib stuff.
>
> Have you looked at Jonathan's widget stuff?  The advantage of that
> over raw Comm stuff is that widgets can be nested inside one another
> for reuse and composition...widgets also have carefully managed
> lifecycles and multicell synchronization logic...
>
> Cheers,
>
> Brian
>
>
> On Tue, Oct 22, 2013 at 11:52 PM, Jason Grout
> <jason-sage at creativetrax.com> wrote:
>> On 10/21/13 2:02 PM, Abhishek Pratap wrote:
>>> *PS: looking for something that can be slickly integrated into a webpage
>>> / Ipython notebook*
>>>
>>
>> Since you ask about integrating into a webpage, I'll mention that we're
>> doing a lot of interactive stuff with the Sage Cell server (based on
>> IPython+Sage [1], which includes lots and lots of other packages), which
>> is trivial to embed into a webpage.  Here are some recent examples using
>> IPython's new Comm architecture that is currently in review:
>>
>> http://sagecell.sagemath.org/?q=fyjgmk
>>
>> http://sagecell.sagemath.org/?q=rdsbja
>>
>> http://sagecell.sagemath.org/?q=hpjfxz
>>
>> I was also working on porting matplotlib's interactive backend to the
>> Comm framework.
>>
>> It's easy to embed these things into a webpage.  Just follow the
>> directions here: http://sagecell.sagemath.org/static/about.html.  See
>> http://buzzard.ups.edu/ for an example.
>>
>> Also, you might check out Sage interacts, which is our current way of
>> doing interactive things: See http://interact.sagemath.org/ and
>> http://wiki.sagemath.org/interact/ for examples.
>>
>> Thanks,
>>
>> Jason
>>
>> [1] http://sagemath.org
>>
>> --
>> Jason Grout
>>
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
>
> --
> Brian E. Granger
> Cal Poly State University, San Luis Obispo
> bgranger at calpoly.edu and ellisonbg at gmail.com



-- 
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu and ellisonbg at gmail.com



More information about the IPython-dev mailing list