[sage-devel] What to do with that deprecation warning?

2016-05-05 Thread Simon King
Hi! Trying to resume working in Sage, I get (in 7.2.beta3) the following deprecation warning when trying to display some instance of an extension class: /home/king/Sage/git/sage/local/lib/python2.7/site-packages/IPython/core/formatters.py:92: DeprecationWarning: DisplayFormatter._ipython_display

[sage-devel] sage vs jupyter notebooks

2016-05-05 Thread Vincent Delecroix
Hello, I made yesterday at Sage days 73 a presentation using the Jupyter notebook. I gathered some of the desirable improvements needed before the transition * tab completion with jokers not supported (i.e. "*prime") * search_doc is broken (raw html code appears) * the markdown for the cells s

[sage-devel] cython broken in OSX packages

2016-05-05 Thread Vincent Delecroix
Hello, At sage days 73 I did some Sage install from the binaries available on internet. For some of them Cython is just broken (complaining that gcc is not available). Are Sage users supposed to have gcc on their computer? Is there a way to test the .dmg package automatically? It is the very

[sage-devel] Re: default 3d plot implementation of vector

2016-05-05 Thread kcrisman
> I'm sure there is a specific reason that line3d is used here: > https://github.com/sagemath/sage/blob/master/src/sage/modules/free_module_element.pyx#L2307, > > but from what I can tell arrow would also work. Using arrow would allow > for the option of arrowsize, among other arrow specific

[sage-devel] Re: sage vs jupyter notebooks

2016-05-05 Thread kcrisman
See also https://groups.google.com/forum/#!topic/sage-support/E4jCF1mDRJE and perhaps comb through https://groups.google.com/forum/#!topic/sage-devel/8erxWppKxXM in case there are things you missed there (notably different interact syntaxes, I guess?). Thanks for starting this process. For li

[sage-devel] Re: cython broken in OSX packages

2016-05-05 Thread kcrisman
On Thursday, May 5, 2016 at 8:50:26 AM UTC-4, vdelecroix wrote: > > Hello, > > At sage days 73 I did some Sage install from the binaries available on > internet. For some of them Cython is just broken (complaining that gcc > is not available). Are Sage users supposed to have gcc on their > co

Re: [sage-devel] Sage failes to compile on Arch Linux

2016-05-05 Thread Kevin Sung
I have both g++ and gfortran installed! How can I make it not attempt to built its own gcc? On Thursday, May 5, 2016 at 12:29:54 AM UTC-4, François wrote: > > Looking at the log his base gcc is 5.3. The only reason for sage to > attempt building gcc 4.9.3 is > if he is missing g++ or gfortran.

Re: [sage-devel] Sage failes to compile on Arch Linux

2016-05-05 Thread Kevin Sung
Ok I had them installed but it seems that I needed to restart my computer afterwards; it is working now! Thanks! On Thursday, May 5, 2016 at 12:29:54 AM UTC-4, François wrote: > > Looking at the log his base gcc is 5.3. The only reason for sage to > attempt building gcc 4.9.3 is > if he is miss

Re: [sage-devel] Deprecate the use of properties in all public API (was: Heavy-computation @property in Matrix class)

2016-05-05 Thread Clemens Heuberger
[X] Phase out properties which perform any non-trivial computation, and officially condone the use of properties as "getters" of trivial private information. Best, Clemens -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe fro

Re: [sage-devel] sage vs jupyter notebooks

2016-05-05 Thread William Stein
On Thu, May 5, 2016 at 5:46 AM, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > Hello, > > I made yesterday at Sage days 73 a presentation using the Jupyter > notebook. I gathered some of the desirable improvements needed before > the transition > > * tab completion with jokers not supported

Re: [sage-devel] Deprecate the use of properties in all public API

2016-05-05 Thread Jason Grout
FYI, a relevant post just appeared on the ipython dev list: https://mail.scipy.org/pipermail/ipython-dev/2016-May/017099.html A few minutes ago we merged a PR[1] adding jedi[2] integration to IPython, this make the IPython completer a bit smarter, as it now knows about situation like: In[1]: ('

[sage-devel] Re: What to do with that deprecation warning?

2016-05-05 Thread Volker Braun
Thats an upstream bug... On Thursday, May 5, 2016 at 1:20:41 PM UTC+2, Simon King wrote: > > Hi! > > Trying to resume working in Sage, I get (in 7.2.beta3) the following > deprecation warning when trying to display some instance of an extension > class: > > /home/king/Sage/git/sage/local/lib/p

[sage-devel] Re: sage vs jupyter notebooks

2016-05-05 Thread Volker Braun
Some of your complaints are just how the commandline currently works... On Thursday, May 5, 2016 at 2:46:10 PM UTC+2, vdelecroix wrote: > > * tab completion with jokers not supported (i.e. "*prime") > There is wildcard search: sage: *le_prim*? [ENTER] next_probable_prime > * the markdow

[sage-devel] Re: sage vs jupyter notebooks

2016-05-05 Thread Volker Braun
A %%cython cell magic for commandline and Jupyter notebook is now at http://trac.sagemath.org/ticket/20562 (needs review) -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this

[sage-devel] Re: sage -i database_gap fails to install

2016-05-05 Thread Graham Gerrard
Hi Dima Different workround... I installed GAP separately from the GAP website. Easier and quicker to copy the relevant bits from the GAP installation to the Sage binary structure. Will use that in future. Case closed from my point of view. Graham On Wednesday, 4 May 2016 22:10:06 UTC+1,

Re: [sage-devel] Re: sage vs jupyter notebooks

2016-05-05 Thread Jason Grout
Thanks Volker. In general, Jupyter uses github-flavored markdown, which supports tables and many other things: https://help.github.com/articles/organizing-information-with-tables/, for example. Jason On Thu, May 5, 2016 at 2:56 PM Volker Braun wrote: > A %%cython cell magic for commandline and

Re: [sage-devel] Deprecate the use of properties in all public API

2016-05-05 Thread Fernando Perez
On Thu, May 5, 2016 at 9:41 AM, Jason Grout wrote: > FYI, a relevant post just appeared on the ipython dev list: > https://mail.scipy.org/pipermail/ipython-dev/2016-May/017099.html > Indeed! I'm delighted by this, and as mentioned here ( https://mail.scipy.org/pipermail/ipython-dev/2016-May/0171