Re: [sage-devel] Terminal Cowsay / Math-Related Fortunes

2016-11-25 Thread Jonathan Carter
Hi Maxie On 25/11/2016 00:21, Maxie Schmidt wrote: > I'm putting together a fortune mod and cowsay figures providing "mathy" > wisdom and related material. A working version is available in my > repository at https://github.com/maxieds/math-fortune-mod.git >

Re: [sage-devel] Terminal Cowsay / Math-Related Fortunes

2016-11-25 Thread Maxie Schmidt
What sort of license would you need? If you check out the README file in the repo I give permission to redistribute the Sigma cow file, which I created. The quotes in the fortune database are compiled from sources online, so I can't really license them, but they're already freely available on t

Re: [sage-devel] Re: Proposal: move SageNB back to Sage

2016-11-25 Thread kcrisman
Just listening in - curious what the proposed move would do for sagenb server installs? Is there a realistic porting option for those? I assume that authentication etc. would not just port at all to either SMC or Jupyterhub, assuming the latter is even usable (I don't know the answer to that)

[sage-devel] Re: Recurrences and Sequence Formula Guessing Functions in Sage

2016-11-25 Thread Maxie Schmidt
I have a working draft of the sage code for sequence formula guessing posted at https://github.com/maxieds/sage-guess. I'm still very much working on adding the documentation / doc strings. Besides this, does anyone else have any suggestions for what else I could add to this package to improve

[sage-devel] Python Debugging / Using PUDB with Sage

2016-11-25 Thread Maxie Schmidt
I've been looking at GUI-based (or at least text-GUI-based) python debuggers to help with fixing bugs in a larger python code base. I came across PUDB (https://pypi.python.org/pypi/pudb), which is nice and runs python scripts. Does anyone know of a way to get PUDB to work with debugging Sage sc