Re: [sage-support] 6.9rc3 : Ipython notebook seems seriously out of whack.

2015-10-15 Thread Emmanuel Charpentier
It seems more complicated that that. See my followup in Trac#19371 HTH, -- Emmanuel Charpentier Le dimanche 11 octobre 2015 18:30:54 UTC+2, HG a écrit : > > I did the same with sage 6.9 and sagemanifold, some command are working > other not. > I got

Re: [sage-support] 6.9rc3 : Ipython notebook seems seriously out of whack.

2015-10-12 Thread Emmanuel Charpentier
I went back o the "develop" branch", fetched the last release (6.9) and re-made. $SAGE_ROOT/local/lib/libtinfo* is still out of the way. The resulting system can open a sample sheet created with 6.9rc3, correctly solves x^2+1==0 and typesets the output if necessary. Two bizarreries : -

Re: [sage-support] 6.9rc3 : Ipython notebook seems seriously out of whack.

2015-10-12 Thread Eric Gourgoulhon
Le lundi 12 octobre 2015 09:33:21 UTC+2, Emmanuel Charpentier a écrit : > > > > Two bizarreries : > > The "simple" output doesn't have the superfetatory parentheses around the > -I solution... > > This has nothing to do with the LaTeX rendering in the jupyter notebook: it results from sage

Re: [sage-support] 6.9rc3 : Ipython notebook seems seriously out of whack.

2015-10-11 Thread Emmanuel Charpentier
Works for me in a new sheet. Doesn't in a sheet initially created by 6.9beta1. As far as I can tell, nothing in the sheet explains this behaviour... And #19374 still doesn't work for me neither in the "old" or the "new" sheet). HTH, -- Emmanuel Charpentier Le dimanche 11 octobre 2015

Re: [sage-support] 6.9rc3 : Ipython notebook seems seriously out of whack.

2015-10-11 Thread Eric Gourgoulhon
Le dimanche 11 octobre 2015 09:53:49 UTC+2, Emmanuel Charpentier a écrit : > > And #19374 still doesn't work for me neither in the "old" or the "new" > sheet). > > Works fine for me with the just released sage 6.9 (which includes #19374). - System: Ubuntu 14.04 LTS 64bits with libssl-dev

Re: [sage-support] 6.9rc3 : Ipython notebook seems seriously out of whack.

2015-10-11 Thread HG
I did the same with sage 6.9 and sagemanifold, some command are working other not. I got this message if I try a worksheet done : Failed to retrieve MathJax from '../nbextensions/mathjax/MathJax.js' Math/LaTeX rendering will be disabled. If you have administrative access to the notebook server

Re: [sage-support] 6.9rc3 : Ipython notebook seems seriously out of whack.

2015-10-11 Thread Jeroen Demeyer
On 2015-10-11 18:30, HG wrote: I did the same with sage 6.9 and sagemanifold, some command are working other not. I got this message if I try a worksheet done : Failed to retrieve MathJax from '../nbextensions/mathjax/MathJax.js' Probably there is something wrong with your

[sage-support] 6.9rc3 : Ipython notebook seems seriously out of whack.

2015-10-10 Thread Emmanuel Charpentier
I just found another nice one with 6.9rc3. Not only it has problems with $SAGE_ROOT/local/lib/libtinfo* (see here ), but it also spews nonsense : In [2]: %display simple solve(x^2+1==0,x,to_poly_solve="force") Out[2]: [] Huh

Re: [sage-support] 6.9rc3 : Ipython notebook seems seriously out of whack.

2015-10-10 Thread Thierry Dumont
Le 10/10/2015 22:32, Jeroen Demeyer a écrit : On 2015-10-10 21:24, Emmanuel Charpentier wrote: In [2]: %display simple solve(x^2+1==0,x,to_poly_solve="force") Out[2]: [] Huh ? Works for me... In any case, it would be very unlikely that a Sage command actually gives different output in the

Re: [sage-support] 6.9rc3 : Ipython notebook seems seriously out of whack.

2015-10-10 Thread Jeroen Demeyer
On 2015-10-10 21:24, Emmanuel Charpentier wrote: In [2]: %display simple solve(x^2+1==0,x,to_poly_solve="force") Out[2]: [] Huh ? Works for me... In any case, it would be very unlikely that a Sage command actually gives different output in the command line and in the Jupyter notebook.