Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-06 Thread Henri Girard
Well, the tree/develop gives sage-develop in zip but in git clone it's 
sage.git, I am compiling it and will see if it's sage 6.9 maybe I used 
to make a mistake ?

But last time I did it I had sage6.8


Le 06/10/2015 05:23, Dima Pasechnik a écrit :



On Monday, 5 October 2015 18:15:23 UTC-7, HG wrote:

Hi,
I build sage 6.9.rc2 on ubuntu 15.04 and got it working but then
latex was n't working in ipython notebook command ouput was
between frame like a table.
By the way a question : Sage 6.9 rc2 can't be otbain with git clone ?
I could get only the tar download. Otherwise with git it have
version number sage 6.8, even on develop button.

huh?
see https://github.com/sagemath/sage/tree/develop
for Sage 6.9.rc2



--
You received this message because you are subscribed to the Google 
Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


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


Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-06 Thread Henri Girard
I can't say now as I have 15.04. To get sage-6.9 rc2 I got the zip on 
the git sage-develop. I tried sage.git (version 6.8 apparently) before 
but I couldn't compiled it because an error. After compiling sage-develop

I did in the repertory
./bootstrap
./configure
make -j9
After about 2 hours I had a running sage-6.9rc2 and sage 
--notebook=ipython works, (but I can't get latex just a table with latex 
command)
sage -notebook work perfectly and I installed sm-install.sh which runs 
very good (even latex this way).
As I use texmacs I move it in /usr/share/sage with a link. By the way I 
always keep the sage-6.8 from ppa, but doesn't work always asking for ssl.
I haven't been able to remake it ./sage -f python2 or python or python3, 
never works ?

But before I was on 14.04 but never got it working either !
Henri

Le 06/10/2015 22:11, Eric Gourgoulhon a écrit :

Hi,

Le mardi 6 octobre 2015 09:43:26 UTC+2, Jeroen Demeyer a écrit :

OK, first verify that you're on the correct Sage version:

$ cat VERSION.txt


It results in:
Sage version 6.9.rc2, released 2015-10-03


Next, properly build Sage:

$ ./configure && make


I did it.


Try it again:

$ ./sage --python
 >>> from notebook.notebookapp import NotebookApp


Same error message:
 ImportError: No module named notebook.notebookapp
and
./sage -n jupyter
still refuses to launch the notebook in the browser, with the error 
message:


The IPython notebook requires ssl, even if you do not use
https. Install the openssl development packages in your system and
then rebuild Python (sage -f python2).

Here is the detail of what I did:

My system is Ubuntu 14.04 64 bits with libssl-dev installed.
Some time ago, I did

git clone https://github.com/sagemath/sage.git
cd sage
make

This built sage 6.8 and
./sage -n ipython
worked fine (Jupyter notebook was correctly opened in the browser).

Yesterday, I did *in the same directory*:

git checkout -b develop
git pull origin develop
git branch -v
* develop 698579c Updated Sage version to 6.9.rc2
  master  7eb8510 Updated Sage version to 6.8
make

This built sage 6.9rc2 (except for some error in building the
documentation, but I now I should perform
make doc-clean && make to fix it).

Now ./sage -n ipython no longer works (nor ./sage -n jupyter, which
is equivalent I think), with the error message
"The IPython notebook requires ssl..."
As suggested by the message, I ran

./sage -f python2

It did not helped.
Today, I've did

./configure && make

It did not helped either.

Am I the only one experiencing this with Ubuntu 14.04.

Best wishes,

Eric.

--
You received this message because you are subscribed to the Google 
Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


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


Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-06 Thread Eric Gourgoulhon
Hi,

Le mardi 6 octobre 2015 09:43:26 UTC+2, Jeroen Demeyer a écrit : 
>
> OK, first verify that you're on the correct Sage version: 
>
> $ cat VERSION.txt 
>
>
It results in:
Sage version 6.9.rc2, released 2015-10-03


> Next, properly build Sage: 
>
> $ ./configure && make 
>

I did it.

>
> Try it again: 
>
> $ ./sage --python 
>  >>> from notebook.notebookapp import NotebookApp 
>

Same error message:
 ImportError: No module named notebook.notebookapp
and
./sage -n jupyter
still refuses to launch the notebook in the browser, with the error message:

The IPython notebook requires ssl, even if you do not use
https. Install the openssl development packages in your system and
then rebuild Python (sage -f python2).

Here is the detail of what I did:

My system is Ubuntu 14.04 64 bits with libssl-dev installed.
Some time ago, I did

git clone https://github.com/sagemath/sage.git
cd sage
make

This built sage 6.8 and 
./sage -n ipython
worked fine (Jupyter notebook was correctly opened in the browser).

Yesterday, I did *in the same directory*:

git checkout -b develop
git pull origin develop
git branch -v
* develop 698579c Updated Sage version to 6.9.rc2
  master  7eb8510 Updated Sage version to 6.8
make

This built sage 6.9rc2 (except for some error in building the
documentation, but I now I should perform 
make doc-clean && make to fix it).

Now ./sage -n ipython no longer works (nor ./sage -n jupyter, which
is equivalent I think), with the error message 
"The IPython notebook requires ssl..."
As suggested by the message, I ran

./sage -f python2

It did not helped.
Today, I've did

./configure && make

It did not helped either.

Am I the only one experiencing this with Ubuntu 14.04.

Best wishes,

Eric.

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


Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-06 Thread Henri Girard

I noticed something which blocked me for a lot of time, maybe you know it ?
After using different sage versions, I faced a problem in .local numpy ?
Not knowing why and being blocked with all what I used I decided to 
delete .local ! And everything works again...

If it can help
Henri

Le 06/10/2015 09:43, Jeroen Demeyer a écrit :

On 2015-10-05 22:56, Eric Gourgoulhon wrote:

But the problem is still there: ./sage -n jupyter results in the same
error message.


OK, first verify that you're on the correct Sage version:

$ cat VERSION.txt

This should output something like
Sage version 6.9.rc1, released 2015-10-01

Next, properly build Sage:

$ ./configure && make

Try it again:

$ ./sage --python
>>> from notebook.notebookapp import NotebookApp



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


Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-06 Thread Jeroen Demeyer

On 2015-10-05 22:56, Eric Gourgoulhon wrote:

But the problem is still there: ./sage -n jupyter results in the same
error message.


OK, first verify that you're on the correct Sage version:

$ cat VERSION.txt

This should output something like
Sage version 6.9.rc1, released 2015-10-01

Next, properly build Sage:

$ ./configure && make

Try it again:

$ ./sage --python
>>> from notebook.notebookapp import NotebookApp

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


[sage-release] Sage 6.9.rc3 released

2015-10-06 Thread Volker Braun
As always, you can get the latest beta version from the "develop" git 
branch. Alternatively, the self-contained source tarball is at 
http://www.sagemath.org/download-latest.html

aabe6d1 Updated Sage version to 6.9.rc3
c504e6e Trac #19338: Doc for deprecated_function_alias() is wrong
277518c Trac #19347: Source tarball should contain gcc
698579c Updated Sage version to 6.9.rc2
f99f57d Trac #19324: Force reconfiguration after GCC installation
f603730 Updated Sage version to 6.9.rc1
74721d5 Trac #19125: DeprecatedMethod wrapping is broken
1b5a573 Trac #19294: Doctest failure with coxeter3
2f7c727 Updated Sage version to 6.9.rc0

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


Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-06 Thread kcrisman
I have a question about the new "required" use of pretty_print in these 
rcs.  I created this interact in class today.

@interact
def _(a = 3, f = x^2):
f(x) = f
D = diff(f,x)
I = integrate(f,x)
pretty_print(html("The derivative of ${}$ at $a = {}$ is 
${}$".format(latex(f(x)),a, D(a
pretty_print(html("The indefinite integral of ${}$ is 
${}+C$".format(latex(f(x)),latex(I(x)

show(plot(f,(x,a-1,a+1))+plot(D(a)*(x-a)+f(a),(x,a-1,a+1),linestyle='--',color='green'),figsize=3)

This looks quite different without the pretty_print in Sage 6.8 (what we 
are currently using in the lab here at AIMS); namely, the lines directly 
follow one another, I guess  elements or something (view source doesn't 
seem to get what I want for interacts).  With the Sage 6.8 behavior for 
pretty_print, we get big huge spaces in between - not optimal at all for 
presentation.

I won't be able to get to a computer with rc2 for a bit; does the new 
pretty_print with html do the (better) behavior of just having separate 
html lines without huge spaces in between?  Otherwise you have to zoom out 
so much that it's barely worth using.  Or is there some other way to 
multiline?  Using \n seems to work okay but that is somewhat annoying 
compared to actually being able to, you know, write multiple lines...

Thanks for any feedback!
- kcrisman

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


[sage-release] latex

2015-10-06 Thread Henri Girard

Hi,
I just compiled sage-6.9 rc2 and running x^2 i got this writing
\newcommand{\Bold}[1]{\mathbf{#1}}x^{2} with frame ?
what is the problem ?
regards
Henri

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


Re: [sage-release] latex

2015-10-06 Thread Henri Girard
sorry... After compiling develop.zip (i didn't find git for develop ?) I 
started sage --notebook=ipython, in the jupyter notebook I wrote the 
command %display latex (like I do as usual)  and in another command I 
just tried x*x which answers me x² in latex . But not today with this 
version. I compiled it already 3 times last week and didn't use it again 
but I wanted to try sage-6.9 to see if ipython notebook works.

regards
Henri


Le 06/10/2015 13:23, Harald Schilly a écrit :
Where exactly have you written this, what have you started or done 
prior to that in Sage, and have there been any errors?




On Tue, Oct 6, 2015 at 12:46 PM, Henri Girard > wrote:


Hi,
I just compiled sage-6.9 rc2 and running x^2 i got this writing
\newcommand{\Bold}[1]{\mathbf{#1}}x^{2} with frame ?
what is the problem ?
regards
Henri
-- 
You received this message because you are subscribed to the Google

Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to sage-release+unsubscr...@googlegroups.com
.
To post to this group, send email to sage-release@googlegroups.com
.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google 
Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


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


Re: [sage-release] latex

2015-10-06 Thread Henri Girard

sorry : I just noted it's in ipython notebook I don't get latex
sage -notebook have latex
I am sorry for the disturbance


Le 06/10/2015 13:23, Harald Schilly a écrit :
Where exactly have you written this, what have you started or done 
prior to that in Sage, and have there been any errors?




On Tue, Oct 6, 2015 at 12:46 PM, Henri Girard > wrote:


Hi,
I just compiled sage-6.9 rc2 and running x^2 i got this writing
\newcommand{\Bold}[1]{\mathbf{#1}}x^{2} with frame ?
what is the problem ?
regards
Henri
-- 
You received this message because you are subscribed to the Google

Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to sage-release+unsubscr...@googlegroups.com
.
To post to this group, send email to sage-release@googlegroups.com
.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google 
Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


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