[sage-support] Re: @interact command not working in Sage 7.3 & 7.4

2016-11-01 Thread ahauskne...@umassd.edu
On Sunday, October 23, 2016 at 1:03:13 PM UTC-4, ahaus...@umassd.edu wrote: > > Hi the @interact command no longer seems to be working in Sage 7.3 and > Sage 7.4 on an Mac Book Pro running El Capitan: > > Here is the contents I entered in an "Jupyter" notebook cell which I > copied from a Sage

[sage-support] Re: @interact command not working in Sage 7.3 & 7.4

2016-10-29 Thread ahauskne...@umassd.edu
On Sunday, October 23, 2016 at 1:03:13 PM UTC-4, ahaus...@umassd.edu wrote: > > Hi the @interact command no longer seems to be working in Sage 7.3 and > Sage 7.4 on an Mac Book Pro running El Capitan: > > Here is the contents I entered in an "Jupyter" notebook cell which I > copied from a Sage

[sage-support] Re: @interact command not working in Sage 7.3 & 7.4

2016-10-23 Thread ahauskne...@umassd.edu
On Sunday, October 23, 2016 at 1:03:13 PM UTC-4, ahaus...@umassd.edu wrote: > > Hi the @interact command no longer seems to be working in Sage 7.3 and > Sage 7.4 on an Mac Book Pro running El Capitan: > > Here is the contents I entered in an "Jupyter" notebook cell which I > copied from a Sage

[sage-support] Re: @interact command not working in Sage 7.3 & 7.4

2016-10-23 Thread ahauskne...@umassd.edu
On Sunday, October 23, 2016 at 1:03:13 PM UTC-4, ahaus...@umassd.edu wrote: > > Hi the @interact command no longer seems to be working in Sage 7.3 and > Sage 7.4 on an Mac Book Pro running El Capitan: > > Here is the contents I entered in an "Jupyter" notebook cell which I > copied from a Sage

[sage-support] @interact command not working in Sage 7.3 & 7.4

2016-10-23 Thread ahauskne...@umassd.edu
Hi the @interact command no longer seems to be working in Sage 7.3 and Sage 7.4 on an Mac Book Pro running El Capitan: Here is the contents I entered in an "Jupyter" notebook cell which I copied from a Sage interact example: ---

[sage-support] How does the @Interact statement work in Sage 7.3 Jupyter notebook?

2016-09-13 Thread ahauskne...@umassd.edu
Hi, The @interact command does not seem to work correctly in Sage 7.3 (See Example 1) I also tried the following import which I found online: from ipywidgets import interact, interactive, fixedimport ipywidgets as widgets The result was better but didn't contain a slider! See the attached fi

[sage-support] How does @interact work in Sage 7.3 Jupiter notebook?

2016-09-12 Thread ahauskne...@umassd.edu
Hi, the Interact command does not seem to be working in Sage 7.3 Jupyer Notebook! Here is the code from a notebook cell: - from ipywidgets import interact, interactive, fixed import ipywidgets as widgets def plotNthRoots(n):

[sage-support] Re: The server of Sage 7.3 for Mac OS 10.11.6 (the app version) will not start!

2016-08-25 Thread ahauskne...@umassd.edu
On Wednesday, August 24, 2016 at 1:31:32 PM UTC-4, ahaus...@umassd.edu wrote: > > > > The server of Sage 7.3 for Mac OS 10.11.6 (the app version) will not > start! > Here is the error report from the Terminal: > > >

[sage-support] The server of Sage 7.3 for Mac OS 10.11.6 (the app version) will not start!

2016-08-24 Thread ahauskne...@umassd.edu
The server of Sage 7.3 for Mac OS 10.11.6 (the app version) will not start! Here is the error report from the Terminal: Last login: Wed Aug 24 12:07:55 on console DT-319195-M

[sage-support] A Mac OS X Sage Launcher

2008-12-24 Thread ahauskne...@umassd.edu
Hi all, It is easy to create an AppleScript applet that will launch sage provided it is saved in the Applications folder. Here is the text of the script: tell application "Terminal" do script "/Applications/sage/sage" end tell The script can be saved as a double-clickable appli