[sage-devel] The end of our current R saga ? Reviews needed.

2017-02-18 Thread Emmanuel Charpentier
Dear list, We are about one year behind current R (Sagemath Cloud even installed a "modern" R Jupyter kernel as an alternative to "our" R for Jupyter purposes). To solve this, three patches need your attention : Sage-7.6.beta4 + Trac#20523 (upgrade R to

[sage-devel] BGG Sage microbadge

2017-02-18 Thread kcrisman
For those who are true board game geeks (of which I know a number on this list): https://boardgamegeek.com/microbadge/9453 I have no idea who the creator is, but hats off! -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this

Re: [sage-devel] what happened to ipython?

2017-02-18 Thread Jason Grout
I'm able to reproduce it with multiline comments (but code seems to work fine), in IPython in an SMC terminal. I'm also seeing it in JupyterLab and Jupyter Notebook's terminal. I've filed an issue with JupyterLab too: https://github.com/jupyterlab/jupyterlab/issues/1738 As a workaround, pasting mu

Re: [sage-devel] what happened to ipython?

2017-02-18 Thread William Stein
On Sat, Feb 18, 2017 at 8:53 AM, Jason Grout wrote: > Was it an upgrade to the 5.x IPython line? 5.0 introduced using prompt > toolkit to do a lot of the fancy stuff (see http://ipython.readthedocs.io/ > en/stable/whatsnew/version5.html#id1). Minimally, you can start IPython > with --simple-promp

[sage-devel] what happened to ipython?

2017-02-18 Thread William Stein
Hi, Is there any way to disable this fancy new syntax-highlight-as-you-type-ninja command line interface to Sage, which we obviously inherited from an Ipython upgrade? I ask mainly because in SMC at least, if you try to paste in multiple lines it pastes in the first line and silently **ignores ev

[sage-devel] Re-wording parameter names in plot() (fwd)

2017-02-18 Thread Jori Mäntysalo
Any comments on this? Graphs have vertices and edges, posets have elements and relations. This is of course mirrored to function names, like .cover_relations() instead of .edges(). Should we mirror that to parameter names in plot() and show() also? I did that, see https://trac.sagemath.org/t