Ask Your Question

ajmullins's profile - activity

2022-04-24 13:14:29 +0200 received badge  Famous Question (source)
2020-11-13 03:31:12 +0200 received badge  Famous Question (source)
2020-07-31 04:56:43 +0200 received badge  Notable Question (source)
2019-09-24 21:19:05 +0200 received badge  Notable Question (source)
2019-08-26 10:43:00 +0200 received badge  Notable Question (source)
2019-06-25 22:19:09 +0200 received badge  Popular Question (source)
2019-05-18 13:33:51 +0200 received badge  Popular Question (source)
2018-11-03 13:51:01 +0200 received badge  Popular Question (source)
2018-04-19 16:30:08 +0200 commented question Sage needs updated GUI capabilities and fresh examples

Hi slelievre, sorry for the delayed response. I would love to.

For example, you can view a bunch of GUI examples made in R through the Shiny package here:

https://shiny.rstudio.com/gallery/

A quick Google search brought up a comparison between the Python packages tkinter and wxPython:

https://www.activestate.com/blog/2015...

Thank you for your time,

2018-04-17 23:24:00 +0200 received badge  Nice Question (source)
2018-04-16 20:53:57 +0200 commented answer Sage needs updated GUI capabilities and fresh examples

I would not be posting on the forums if I already knew how to make GUI's in Sage, specifically in the CoCalc cloud. The purpose of the post is to encourage those that DO know how to make robust GUI's in Sage to make examples, so that people like me can learn from them. Or, to encourage those that manage the packages on Sage to incorporate common packages like wxPython or pyGUI so that we can make GUI's as we're accustomed to in regular Python.

2018-04-16 15:51:22 +0200 asked a question Sage needs updated GUI capabilities and fresh examples

A while back I was offered https://wiki.sagemath.org/interact/ for some examples of user interfaces. Specifically I was interested in the "Web application" section, as that is most attuned to what I am trying to do. I have two issues with this page.

  1. Most (if not all) of the web application examples are broken (or easily broken) when one tries to run them on their own machine or just within the web browser. It makes it difficult to learn by example and/or use the examples to build upon.

  2. The examples are outdated. If there is more capability and/or beauty than what is shown (and I hope there is) it should be offered as an example there. With robust GUI capabilities in R, Python, Java, etc., one would really hope that Sage, with all of its great mathematical capabilities, could offer some GUI options that are more modern.

Just to offer a couple examples of what I'm talking about, GUI's made with wxPython in Python, or Shiny in R, are much more attractive than what is shown of the Sage examples.

2018-04-09 03:42:00 +0200 commented answer Import Sage Worksheets

Is this possible to utilize in the cloud only? The project I'm working on is collaborative with 2 other individuals, and in the future, many more. I would like to be able to import worksheets that are saved in the cloud, not on my hard drive. Thank you for the speedy response!

Adam

2018-04-09 02:24:28 +0200 asked a question Import Sage Worksheets

Hello, I'm looking to be able to modulate my code in the Sage Math cloud. I've done some research on the topic and it seems that one could use the attach syntax to bring in the methods from another worksheet. Unfortunately I get the following error when I try to attach the sagews 'test' which is in the same folder as the worksheet I'm working in.

File "/cocalc/lib/python2.7/site-packages/smc_sagews/sage_server.py", line 1013, in execute exec compile(block+'\n', '', 'single') in namespace, locals File "", line 1, in <module> File "/cocalc/lib/python2.7/site-packages/smc_sagews/sage_salvus.py", line 3443, in attach raise IOError('did not find file %r to attach' % fname) IOError: did not find file 'test' to attach

Can anyone help me with this issue?

Thanks,

Adam

2018-02-28 23:38:58 +0200 received badge  Supporter (source)
2018-02-28 23:38:57 +0200 received badge  Scholar (source)
2018-02-28 23:34:58 +0200 commented answer Making a simple GUI in Sage

Hi! Thanks so much for your answer. Yes, a few popular GUI packages that are not installed are "wxPython", "PyQt", "TkInter", and "PyGUI"

Thanks again!

2018-02-27 21:10:16 +0200 received badge  Student (source)
2018-02-27 20:35:42 +0200 asked a question Making a simple GUI in Sage

I am currently in the process of writing a tool that performs a series of checks and then executes a very complicated algorithm. I would like to make a simple GUI as the plan is to offer the tool to anyone whom it might be of use to (free, of course). Unfortunately, I can't seem to find any documentation on creating a GUI in Sage. I also noticed that Sage does not have the popular Python packages for making a GUI.

Any help?

Thanks,

Adam