[IPython-dev] Sample ipython notebooks showcasing interactive graphics

Jason Grout jason-sage at creativetrax.com
Wed Oct 23 02:52:42 EDT 2013


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




More information about the IPython-dev mailing list