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

2015-10-17 Thread Dominique Laurain
 HG's last post translated (as accurate as I can :-)) ...

I I found the following hint : when that file is located in $HOME 
directory, then mathjax can be launched.
It looks like the path to subdirectory is not well handledand i don't 
know how to fix it.

Dominique, for english language readers


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


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

2015-10-17 Thread Dominique Laurain
HG's last post translated (as accurate as I can :-)) ...

I I found the following hint : when that file is store in $HOME directory, 
then mathjax can be launched.
It looks like the path to subdirectory is not well handledand i don't 
know how to fix it.

Dominique, for english language readers 

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


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

2015-10-17 Thread HG
J'ai remarqué que si le fichier est dans home alors il trouve bien mathjax, 
donc c'est un problème de chemin vers un sous répertoire mais je ne sais 
pas comment le régler.

Le samedi 10 octobre 2015 21:24:51 UTC+2, Emmanuel Charpentier a écrit :
>
> 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 ?
>
> Command-line sage :
> sage: solve(x^2+1==0, x)
> [x == -I, x == I]
>
> Sage via emacs :
> sage: solve(x^2+1==0,x)
> [x == -I, x == I]
>
> This is nicely typeset in the emacs window, BTW...).
>
> I also checked that the sage notebook is indemn of this folly...
>
> And, BTW, I also tried Trac#19374  
> with the same result (and no typeset output, by the way !).
>
> I think this should be a blocker...
>
> For the record : this is on a tree resulting from a fresh tarball, where I 
> moved $SAGE_ROOT/local/lib/libtinfo* out of the way, which passes 
> ptestlong, and where I did git trac chechout 19374.
>  
> Any idea/opinion on how to write the ticket ?
>
> HTH,
>
> --
> Emmanuel Charpentier
>
>

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


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

2015-10-15 Thread HG
The new version sage 6.9 linux binary for ubuntu 15.04 64 bits works like a 
charm. (Well I couldn't run properly my older files without the error 
message of mathjax).

Le samedi 10 octobre 2015 21:24:51 UTC+2, Emmanuel Charpentier a écrit :
>
> 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 ?
>
> Command-line sage :
> sage: solve(x^2+1==0, x)
> [x == -I, x == I]
>
> Sage via emacs :
> sage: solve(x^2+1==0,x)
> [x == -I, x == I]
>
> This is nicely typeset in the emacs window, BTW...).
>
> I also checked that the sage notebook is indemn of this folly...
>
> And, BTW, I also tried Trac#19374  
> with the same result (and no typeset output, by the way !).
>
> I think this should be a blocker...
>
> For the record : this is on a tree resulting from a fresh tarball, where I 
> moved $SAGE_ROOT/local/lib/libtinfo* out of the way, which passes 
> ptestlong, and where I did git trac chechout 19374.
>  
> Any idea/opinion on how to write the ticket ?
>
> HTH,
>
> --
> Emmanuel Charpentier
>
>

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


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

2015-10-11 Thread HG
I recompiled sage and sagemanifolds (git), if I start from a terminal 
./sage -n=ipython it works fine. I I make an icon I still got jupiter not 
running. I guess I have to indicate the path somewhere ?
I notice from few months on, that ubunty python is always sending a message 
of security which seems to pertube fonctionning. Kind of "your path can be 
attacked by people bad intentioned ..." Last year I hadn't this.
Well I wait for sage-6.9 deb as I didn't solve this problem (which is only 
anoying).
Henri

Le samedi 10 octobre 2015 21:24:51 UTC+2, Emmanuel Charpentier a écrit :
>
> 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 ?
>
> Command-line sage :
> sage: solve(x^2+1==0, x)
> [x == -I, x == I]
>
> Sage via emacs :
> sage: solve(x^2+1==0,x)
> [x == -I, x == I]
>
> This is nicely typeset in the emacs window, BTW...).
>
> I also checked that the sage notebook is indemn of this folly...
>
> And, BTW, I also tried Trac#19374  
> with the same result (and no typeset output, by the way !).
>
> I think this should be a blocker...
>
> For the record : this is on a tree resulting from a fresh tarball, where I 
> moved $SAGE_ROOT/local/lib/libtinfo* out of the way, which passes 
> ptestlong, and where I did git trac chechout 19374.
>  
> Any idea/opinion on how to write the ticket ?
>
> HTH,
>
> --
> Emmanuel Charpentier
>
>

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