[sage-support] Re: SageNotebook Admin Password wrong due to Mac Update

2018-02-13 Thread slelievre
Le mardi 13 février 2018 17:01:37 UTC-6, Jiayuan Wang a écrit : > > I updated my OS to High Sierra and since then had trouble > logging into my SageNotebook. Did you reinstall Sage after updating your OS? You should. With a recent version of SageMath installed, you have a choice of which

[sage-support] Re: Global variable in Boolean function

2018-02-13 Thread slelievre
What version of Sage are you using? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this group, send email

[sage-support] Re: Bug report-Sage

2018-02-13 Thread slelievre
PS: Found using the following trac query: https://trac.sagemath.org/query?order=id=1=~abs(sin -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-support] Re: Bug report-Sage

2018-02-13 Thread slelievre
Sun 2018-02-11 21:55:14 UTC, Andrey Novoseltsev: > > I got this bug report and it seems that I have seen something similar > in the past but can't find it. Is it already known/tracked? > > show(integral(abs(sin(pi*x)), x, 0, 1)) > plot(abs(sin(pi*x)), 0, 1) > > The value of the integral is

[sage-support] SageNotebook Admin Password wrong due to Mac Update

2018-02-13 Thread Jiayuan Wang
I updated my OS to High Sierra and since then had trouble logging into my SageNotebook. I've tried the command notebook(reset=True) in the terminal but the password was still wrong. The reason was that the system opened another notebook with pid 3229. I then tried the command kill -9 3229, but

Re: [sage-support] Global variable in Boolean function

2018-02-13 Thread David Joyner
On Tue, Feb 13, 2018 at 1:46 AM, wrote: > Input: > B. > = BooleanPolynomialRing(order='lex') > l15=b+b > print "l15:",l15 > def fun(): >print "l15:",l15 > I don't get this in 7.6.

Re: [sage-support] What do the different `make ****clean` targets do?

2018-02-13 Thread Michael Orlitzky
On 02/11/2018 08:57 PM, rickhg12hs wrote: > I've built from source to get a performance boost (I hope) and I'd like > to know when I should use the different levels of `make clean`.  In > the top-level make file I see, "misc-clean, bdist-clean, clean, > distclean, build-clean, bootstrap-clean,