[sage-devel] Re: Updates or hints on "latex Function Prevent Simplification"?

2016-12-10 Thread Robert Dodier
On 2016-12-10, Qian Hong wrote: > No, this is not automatically enough, I'm looking for an automatic way > rather than manually rewriting every expressions. In other words, I'm > looking for something like 100k lines of sage expression samples, and > then automatically

Re: [sage-devel] Updates or hints on "latex Function Prevent Simplification"?

2016-12-10 Thread Nils Bruin
On Saturday, December 10, 2016 at 12:31:20 PM UTC-8, Qian Hong wrote: > > Thanks David, > > On Sun, Dec 11, 2016 at 7:02 AM, David Roe > wrote: > > The issue is with the simplification of the expression, rather than the > > latex function. The following currently works:

Re: [sage-devel] Updates or hints on "latex Function Prevent Simplification"?

2016-12-10 Thread David Roe
On Sat, Dec 10, 2016 at 3:30 PM, Qian Hong wrote: > Thanks David, > > On Sun, Dec 11, 2016 at 7:02 AM, David Roe wrote: > > The issue is with the simplification of the expression, rather than the > > latex function. The following currently works: > > >

Re: [sage-devel] Updates or hints on "latex Function Prevent Simplification"?

2016-12-10 Thread Qian Hong
Thanks David, On Sun, Dec 11, 2016 at 7:02 AM, David Roe wrote: > The issue is with the simplification of the expression, rather than the > latex function. The following currently works: > > sage: latex(x.mul(x.power(-1),hold=True)) > \frac{x}{x} > > Is this sufficient for

Re: [sage-devel] Updates or hints on "latex Function Prevent Simplification"?

2016-12-10 Thread David Roe
On Sat, Dec 10, 2016 at 11:47 AM, Qian Hong wrote: > hi folks, > > I posted this question in irc but no reply, so I re-post here, also > for better archive. Sorry for duplicating! > (BTW, http://boxen.math.washington.edu/home/keshav/irclogs/ doesn't > work, anyone have a

Re: [sage-devel] Re: Sage for Windows installer (take 2)

2016-12-10 Thread Erik Bray
On Dec 10, 2016 11:58, "Nicolas M. Thiery" wrote: On Thu, Dec 08, 2016 at 11:49:03AM +0100, Erik Bray wrote: > > Some simple examples use the old turtle graphics > > but « from turtle import * » is not accepted ! > > Aha. Yes, it looks like by default Cygwin's Python

Re: [sage-devel] Re: Sage for Windows installer (take 2)

2016-12-10 Thread William Stein
Here's a turtle graphics implementation. It should be to adapt any notebook... https://cloud.sagemath.com/projects/4a5f0542-5873-4eed-a85c-a18c706e8bcd/files/support/2014-12-12-turtle/Sage%20Turtle%20via%20JSXGraph.sagews ---

[sage-devel] Updates or hints on "latex Function Prevent Simplification"?

2016-12-10 Thread Qian Hong
hi folks, I posted this question in irc but no reply, so I re-post here, also for better archive. Sorry for duplicating! (BTW, http://boxen.math.washington.edu/home/keshav/irclogs/ doesn't work, anyone have a look?) Is there any update or future plan for the below question?

Re: [sage-devel] Python 2.7.13rc1 breaks UnknownClass

2016-12-10 Thread Tobias Hansen
On 12/09/2016 09:54 PM, Nicolas M. Thiery wrote: > On Wed, Dec 07, 2016 at 02:50:15PM +, Tobias Hansen wrote: >> On 12/07/2016 01:26 PM, Jeroen Demeyer wrote: >> If you look at the patch [1] that was applied, there is a new check for >> tp_new(). I'm not 100% sure that's what causes the

[sage-devel] Re: Sage for Windows installer (take 2)

2016-12-10 Thread Nicolas M. Thiery
On Wed, Dec 07, 2016 at 11:16:50PM +0100, Jean Thiéry (Papa) wrote: > Latter on, would it be possible to run the interact examples > which are very interesting ? > https://wiki.sagemath.org/interact > They work with the old notebook ! Sage's interacts should work in the Jupyter notebook soon (in

Re: [sage-devel] Re: Sage for Windows installer (take 2)

2016-12-10 Thread Nicolas M. Thiery
On Thu, Dec 08, 2016 at 11:49:03AM +0100, Erik Bray wrote: > > Some simple examples use the old turtle graphics > > but « from turtle import * » is not accepted ! > > Aha. Yes, it looks like by default Cygwin's Python does not come with > the Tkinter module, and hence no turtle module either.