[sympy] SymPy 0.7.2 interactive use in IPython Qt & Notebook interfaces

2013-01-22 Thread Roberto Colistete Jr.
Em 22-01-2013 15:43, Aaron Meurer escreveu: Cool. Does mathjax printing work in the notebook (i.e., %load_ext sympy.interactive.ipythonprinting)? I am trying to learn and document the new features of SymPy 0.7.2 using IPython 0.13.1 on MeeGo Harmattan OS

Re: [sympy] SymPy 0.7.2 interactive use in IPython Qt & Notebook interfaces

2013-01-22 Thread Aaron Meurer
On Tue, Jan 22, 2013 at 12:25 PM, Roberto Colistete Jr. wrote: > Em 22-01-2013 15:43, Aaron Meurer escreveu: > > Cool. Does mathjax printing work in the notebook (i.e., %load_ext > sympy.interactive.ipythonprinting)? > > > I am trying to learn and document the new features of SymPy 0.7.2 using >

Re: [sympy] SymPy 0.7.2 interactive use in IPython Qt & Notebook interfaces

2013-01-22 Thread Roberto Colistete Jr.
Em 22-01-2013 17:36, Aaron Meurer escreveu: On Tue, Jan 22, 2013 at 12:25 PM, Roberto Colistete Jr. wrote: Em 22-01-2013 15:43, Aaron Meurer escreveu: Cool. Does mathjax printing work in the notebook (i.e., %load_ext sympy.interactive.ipythonprinting)? I am trying to learn and document the

Re: [sympy] SymPy 0.7.2 interactive use in IPython Qt & Notebook interfaces

2013-01-22 Thread Aaron Meurer
On Tue, Jan 22, 2013 at 2:38 PM, Roberto Colistete Jr. wrote: > Em 22-01-2013 17:36, Aaron Meurer escreveu: > >> On Tue, Jan 22, 2013 at 12:25 PM, Roberto Colistete Jr. >> wrote: >>> >>> Em 22-01-2013 15:43, Aaron Meurer escreveu: >>> >>> Cool. Does mathjax printing work in the notebook (i.e., %

Re: [sympy] SymPy 0.7.2 interactive use in IPython Qt & Notebook interfaces

2013-01-22 Thread Roberto Colistete Jr.
Em 22-01-2013 22:23, Aaron Meurer escreveu: On Tue, Jan 22, 2013 at 2:38 PM, Roberto Colistete Jr. wrote: Thanks, so I think it is better : In [1]: %pylab inline In [2]: from sympy.interactive import * In [3]: init_session() or, with simpler initialization (no symbols, etc) : In [1]: %

Re: [sympy] SymPy 0.7.2 interactive use in IPython Qt & Notebook interfaces

2013-01-22 Thread Aaron Meurer
On Tue, Jan 22, 2013 at 6:41 PM, Roberto Colistete Jr. wrote: > Em 22-01-2013 22:23, Aaron Meurer escreveu: >> >> On Tue, Jan 22, 2013 at 2:38 PM, Roberto Colistete Jr. >> wrote: >> >>> Thanks, so I think it is better : >>> >>> In [1]: %pylab inline >>> In [2]: from sympy.interactive import