[sage-release] Re: About matplotlib 2

2017-04-01 Thread John H Palmieri
Matplotlib version is 1.5.1. You can look in 
SAGE_ROOT/local/var/lib/sage/installed to see a file for each Sage package, 
including a version number. Also, as Justin points out, you can look at 
SAGE_ROOT/build/pkgs, and in particular 
SAGE_ROOT/build/pkgs/matplotlib/package-version.txt.

Python version is 2.7.13. You can check this by (for example) running the 
command

  sage --python --version

from the command line.

  John


On Saturday, April 1, 2017 at 8:02:57 AM UTC-7, HG wrote:
>
> Hi, 
> I wonder if sage-8.0 is using matplotlib 2.0, because the color I get 
> are looking like it ? 
> How can I know which matplotlib I use and which python I use (2 or 3) ? 
> 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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] About matplotlib 2

2017-04-01 Thread Justin C. Walker

On Apr 1, 2017, at 08:02 , Henri Girard wrote:

> Hi,
> I wonder if sage-8.0 is using matplotlib 2.0, because the color I get are 
> looking like it ?
> How can I know which matplotlib I use and which python I use (2 or 3) ?

The content of $SAGE_ROOT/build/pkgs sometimes contains information that helps.

For matplotlib, the file SPKG.txt has this helpful hint:
  python -c 'import matplotlib; print(matplotlib.__version__)'
Run this in a terminal window after running $SAGE_ROOT/sage -sh.

For python, I think it's still python 2; there is a lot of work underway to 
complete the transition to python 3, but it's a place that angels still fear to 
tread.  To verify, check ("ls -l") the target of the symlink 
$SAGE_ROOT/local/bin/python.

HTH

Justin

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
---
While creating wives, God promised men
that good and obedient wives would be
found in all corners of the world.
Then He made the earth round.
--








-- 
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] About matplotlib 2

2017-04-01 Thread Henri Girard

Hi,
I wonder if sage-8.0 is using matplotlib 2.0, because the color I get 
are looking like it ?

How can I know which matplotlib I use and which python I use (2 or 3) ?
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 8.0.beta0 released

2017-04-01 Thread Jeroen Demeyer
I would like in particular feedback on the "Take me to the new 
Sage/Jupyter notebook" button in ExportSageNB.


When clicking that button, do you get

(A) a directory listing of the current directory
(B) a login screen where you are asked for a token

You should get (A) but under certain unknown circumstances, one can get 
(B) instead.


--
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 8.0.beta0 released

2017-04-01 Thread Harald Schilly


On Friday, March 31, 2017 at 3:44:02 AM UTC+2, kcrisman wrote:
>
> Remember, we want LOTS OF TESTING of this one - including the Mac 
> interface.  Any possible bugs in the move to the ExportSageNB interface 
> must be exposed.
>

I haven't checked it with ExportSageNB, but it's probably worth a try with 
that older sws file in a SMC related ticket:
https://github.com/sagemathinc/smc/issues/1587

-- h
 

-- 
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.