Re: [sage-devel] Tip: easy input of math/unicode symbols

2020-03-06 Thread E. Madison Bray
I opened a ticket about this some weeks ago: https://trac.sagemath.org/ticket/28966 On Fri, Feb 21, 2020 at 5:09 PM Nicolas M. Thiery wrote: > > Hi, > > Since Sage uses Python 3, we can finally use unicode symbols for variables: > > sage: Φ = lambda λ: λ + 1 > > But how to input t

Re: [sage-devel] runsnake broken?

2020-03-06 Thread E. Madison Bray
I was able to get runsnake to work by installing it into SAGE_LOCAL, along with a wxPython also built and installed against the Python in SAGE_LOCAL. This turned out to be a bit of a pain in the ass (for wxPython) mostly. This is because by default wxPython tries to build its own copy of wxWidget

Re: [sage-devel] runsnake broken?

2020-03-06 Thread E. Madison Bray
I don't have runsnakerun installed right now, but I tried with snakeviz [1] and didn't have any particular problems (other than it being very slow on load on Firefox just due to the size of the stats data). runsnakerun will probably be more performant. Can you explain a specific problem you had?

Re: [sage-devel] runsnake broken?

2020-03-06 Thread E. Madison Bray
I don't think there's much special about runsnake in this regard--it just uses Python's builin cProfile/pstats modules. The question is first whether or not plain pstats works. On Fri, Mar 6, 2020 at 12:25 PM 'Martin R' via sage-devel wrote: > > Dear all! > > I need the call graph from a profile

[sage-devel] runsnake broken?

2020-03-06 Thread 'Martin R' via sage-devel
Dear all! I need the call graph from a profile, and wanted to use runsnake, but it appears to be broken. There are at least two tickets on this, https://trac.sagemath.org/ticket/14414 and https://trac.sagemath.org/ticket/17735, but neither merges. Has anybody used runsnake recently? (I tried