[sage-devel] Using Eclipse as an IDE to edit / run Sage scripts

2017-04-17 Thread Maxie Schmidt
Hello all. I'm interested in using Eclipse as an IDE around editing Sage files for Windows users who aren't experienced with a command line environment like ipython or the Sage shell. My interest in this is as part of a teaching and mentoring experience for mathematically-oriented users learni

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
What other ways do you suggest I try? ssh-copy-id fails with the same Permission denied (publickey) error. Is there another way to upload keys to the trac server? Maxie On Sat, Dec 24, 2016 at 7:17 PM, Dima Pasechnik wrote: > > > On Sunday, December 25, 2016 at 12:39:27 AM UTC, Maxi

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
Dima Pasechnik wrote: > > > On Saturday, December 24, 2016 at 10:30:44 PM UTC, Maxie Schmidt wrote: >> >> I also easily added the same key to my existing github account and it >> works as expected. >> > this is good to know. As I wrote, it looks now to me as this is a

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
I also easily added the same key to my existing github account and it works as expected. On Sat, Dec 24, 2016 at 4:12 PM, Maxie Schmidt wrote: > I tried re-adding the key on the trac preferences page. I'm still not able > to access the server using "ssh g...@trac.sagemath.org i

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
I tried re-adding the key on the trac preferences page. I'm still not able to access the server using "ssh g...@trac.sagemath.org info". On Sat, Dec 24, 2016 at 4:09 PM, Maxie Schmidt wrote: > I also have a local ~/.ssh/config file which contains: > > Host * &g

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
I also have a local ~/.ssh/config file which contains: Host * PubKeyAuthentication yes IdentityFile /home/maxie/.ssh/id_rsa PubkeyAcceptedKeyTypes=+ssh-rsa IdentityFile ~/.ssh/id_rsa.pub On Sat, Dec 24, 2016 at 4:08 PM, Maxie Schmidt wrote: > This is the output of listing my ~/.ssh direct

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
ls no PubkeyAuthentication = yes If that's not the issue, I will try to setup the key with my other github account to see if I can get that working. On Sat, Dec 24, 2016 at 3:31 PM, Dima Pasechnik wrote: > On Saturday, December 24, 2016 at 5:45:28 PM UTC, Maxie Schmidt wrote: >> &

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
(publickey). Can you think of anything else I should try? Maxie On Sat, Dec 24, 2016 at 11:01 AM, Dima Pasechnik wrote: > > > On Saturday, December 24, 2016 at 2:19:40 PM UTC, Maxie Schmidt wrote: >> >> The comment on the key is the last field of text, like maxie@locakbox or

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
Dec 24, 2016 7:52 AM, "Dima Pasechnik" wrote: > also, what is your trac account? > I can then look at your record on the trac server. > > On Saturday, December 24, 2016 at 1:41:14 PM UTC, Dima Pasechnik wrote: >> >> >> >> On Saturday, December 2

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
> branches there via ssh? > > > > > > On Saturday, December 24, 2016 at 12:09:11 PM UTC, Dima Pasechnik wrote: >> >> >> >> On Saturday, December 24, 2016 at 11:47:36 AM UTC, Maxie Schmidt wrote: >>> >>> I'm still very mu

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-24 Thread Maxie Schmidt
t line is different. Can someone please help me to figure out what is going on with the key for my Trac account? Thanks. On Wednesday, December 21, 2016 at 12:46:32 AM UTC-6, Maxie Schmidt wrote: > > This is now the output of running "ssh -vv g...@trac.sagemath.org info": &g

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-20 Thread Maxie Schmidt
n Sun, Dec 18, 2016 at 9:45 PM, Volker Braun > wrote: > > On Sunday, December 18, 2016 at 7:30:16 PM UTC+1, Maxie Schmidt wrote: > >> > >> The trac server and website are down right now for me as well. Here is > the > >> output of "ssh -vvv myuse...@tra

Re: [sage-devel] Re: trac is down

2016-12-20 Thread Maxie Schmidt
19) 131.486 ms > 15 * * * > 16 * * * > 17 * * * > 18 * * * > 19 * * * > 20 * * * > 21 * * * > > > > On Tuesday, December 20, 2016 at 11:23:32 PM UTC+1, Maxie Schmidt wrote: >> >> I'm still having trouble accessing the trac server by web and

Re: [sage-devel] Re: trac is down

2016-12-20 Thread Maxie Schmidt
31 PM UTC+1, William wrote: >> >> The trac website is up for me and my uptimerobot monitor hasn't shown any >> downtime. >> >> On Sun, Dec 18, 2016 at 2:17 PM Maxie Schmidt wrote: >> >>> The trac server ssh and website are still down when I check t

Re: [sage-devel] Re: trac is down

2016-12-18 Thread Maxie Schmidt
n, Dec 18, 2016 at 2:17 PM Maxie Schmidt wrote: > The trac server ssh and website are still down when I check them as well. > > > On Sunday, December 18, 2016 at 8:06:38 AM UTC-6, Ralf Stephan wrote: > > Site unreachable. Maybe that causes the SSH k

[sage-devel] Re: trac is down

2016-12-18 Thread Maxie Schmidt
The trac server ssh and website are still down when I check them as well. On Sunday, December 18, 2016 at 8:06:38 AM UTC-6, Ralf Stephan wrote: > > Site unreachable. Maybe that causes the SSH key problem in another thread > as well. > -- You received this message because you are subscribed to t

[sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-18 Thread Maxie Schmidt
I also find that the ssh commands you gave do give me a > Permission denied as well so I think that is unrelated. > > Saturday, December 17, 2016 at 7:27:21 PM UTC+1, Maxie Schmidt wrote: >> >> Hello. >> >> I have an account on and have uploaded my local id_rsa.pub k

[sage-devel] Problems Authenticating to Trac Server with Public Key

2016-12-17 Thread Maxie Schmidt
Hello. I have an account on and have uploaded my local id_rsa.pub key in the sage math trac server web interface. The command "git trac config --user --pass " returns a recognized ssh key, but when I run "ssh g...@trac.sagemath.org info" (or try to push to the branch associated with my ticke

Re: [sage-devel] Re: Error Installing FriCAS Package in Sage Development Branch

2016-12-17 Thread Maxie Schmidt
Has anyone else tried to reproduce this error on Ubuntu or Mint? Maxie On Dec 17, 2016 2:09 AM, "Ralf Stephan" wrote: > On Saturday, December 17, 2016 at 8:40:37 AM UTC+1, Maxie Schmidt wrote: >> >> When you built the developer version of Sage, did you get the error

Re: [sage-devel] Re: Error Installing FriCAS Package in Sage Development Branch

2016-12-16 Thread Maxie Schmidt
When you built the developer version of Sage, did you get the error about psutil or did it go through smoothly the whole way? I'm wondering if that has something to do with it. Oddly enough, when I ran "sage -i mypkg" where mypkg requires fricas, the fricas-1.2.7 package gets installed correctly. I

[sage-devel] Re: Error Installing FriCAS Package in Sage Development Branch

2016-12-16 Thread Maxie Schmidt
The package builds as expected after running "sage -i fricas" with the stable version of sage-7.4 from the sagemath.org downloads section. Maxie On Friday, December 16, 2016 at 4:20:21 PM UTC-6, Maxie Schmidt wrote: > > Hello. > > I have run into this error installing th

[sage-devel] Error Installing FriCAS Package in Sage Development Branch

2016-12-16 Thread Maxie Schmidt
Hello. I have run into this error installing the fricas package twice in the past couple of weeks with two separate development snapshots of Sage: 1) the devel branch of Sage downloaded using git; and 2) most recently, with the sage beta snapshot posted on sagemath.org (sage-7.5.beta6). I'm

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

2016-12-09 Thread Maxie Schmidt
ima Pasechnik wrote: > > > On Friday, December 9, 2016 at 4:07:18 PM UTC, Maxie Schmidt wrote: >> >> For the sake of completeness, I'm adding a link to a SMC wiki tutorial on >> using PUDB with Sage (for both local source installs and within the SMC >> termina

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

2016-12-09 Thread Maxie Schmidt
2016 at 6:58:09 AM UTC-6, Maxie Schmidt wrote: > > Here is the solution I eventually found to get pudb installed with Sage: > > 1) Install libssl-dev: $ sudo apt-get install libssl-dev > 2) Install OpenSSL: $ sage -i openssl > 3) Recompile: $ sage -f python2 > 4) Run the

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

2016-11-29 Thread Maxie Schmidt
te: > > If this is of any help, this is what I use: > > https://github.com/miguelmarco/pykdedebugger > > El sábado, 26 de noviembre de 2016, 8:25:02 (UTC+1), Maxie Schmidt > escribió: >> >> I've been looking at GUI-based (or at least text-GUI-based) python &

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

2016-11-28 Thread Maxie Schmidt
Also, if the group can help me figure out how to get extra add-on python modules installed with Sage, I'd be happy to write up a tutorial on how to get the stock python memory profiler and PUDB working with Sage. Maxie On Nov 28, 2016 3:37 PM, "Maxie Schmidt" wrote: >

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

2016-11-28 Thread Maxie Schmidt
I'm looking for an ncurses-like GUI debugging tool. PUDB looks especially nice from what I can find online. Is there anything else like this for Sage? My searches came up empty. There's sort of a secondary question buried in the first question I asked, which is how to get add-on modules, like the

[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

[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

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

2016-11-25 Thread Maxie Schmidt
ailable on the web. On Friday, November 25, 2016 at 5:42:37 AM UTC-6, Jonathan Carter wrote: > > 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 relat

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

2016-11-24 Thread Maxie Schmidt
sb drive images, so that, for example, when a user opens their terminal to run Sage they are greeted with a math-related fortune. Does anyone know who maintains the live boot usb images, or how difficult it would be for me to contribute this package for use on these images? Happy holidays.

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

2016-11-19 Thread Maxie Schmidt
r functions Maxie is planning on writing, either > use oeis as (part of) one of the guessing regimes, or at least include a > link to Sage's oeis function in the docstring. > David > > >> >> >> > On Sat, Nov 19, 2016 at 2:00 PM, Fredrik Johansson < >>

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

2016-11-19 Thread Maxie Schmidt
iCAS package was to get decent speed, changing > output should be relatively straightforward. > > (I guess that you are aware of the possibility of using the package from > within sage) > > Martin > > Am Samstag, 19. November 2016 16:56:42 UTC+1 schrieb Maxie Schmidt: &g

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

2016-11-19 Thread Maxie Schmidt
Hello, I have been working back and forth between Sage and Mathematica for a while now trying to learn how to use Sage to replace Mathematica's core functionality in my day to day use of it. One of the (sets of) functions haven't yet found a suitable open source alternative for is related to

[sage-devel] Re: Looking for a Sage Analog to Mathematica's Histogram3D

2016-11-19 Thread Maxie Schmidt
Please see the duplicate post of this question immediately above. On Saturday, November 19, 2016 at 9:35:18 AM UTC-6, Maxie Schmidt wrote: > > > <https://lh3.googleusercontent.com/-5GfOebutCfE/WDBr8AaSxVI/AJY/1mw_sLtVIKg3J4Zl76o1Jy-TQmNDBHPQwCLcB/s1600/generate-histog

[sage-devel] Looking for a Sage Analog to Mathematica's Histogram3D Function

2016-11-19 Thread Maxie Schmidt
Hello, I'm plotting 2D histograms (3D plots) of 2D tuples of the form (gap1, gap2) with Mathematica's Histogram3D function. I'm currently writing the tuple data out to file with Sage / Python and then loading the data into a working Mathematica notebook so I can use Mathematica's Histogram3D a

[sage-devel] Looking for a Sage Analog to Mathematica's Histogram3D

2016-11-19 Thread Maxie Schmidt
Hell