[sage-support] Re: install sage on Windows 10 using new ubuntu bash shell?

2016-09-29 Thread leif
Drew Johnson wrote: > A feature of the Windows 10 Anniversary Edition is that you can now use > a Ubuntu bash that can access your Windows file system. > > http://www.omgubuntu.co.uk/2016/08/enable-bash-windows-10-anniversary-update > > Can I use this to install sage on windows without using a vi

[sage-support] install sage on Windows 10 using new ubuntu bash shell?

2016-09-29 Thread Drew Johnson
A feature of the Windows 10 Anniversary Edition is that you can now use a Ubuntu bash that can access your Windows file system. http://www.omgubuntu.co.uk/2016/08/enable-bash-windows-10-anniversary-update Can I use this to install sage on windows without using a virtual machine or anything? Tha

[sage-support] possible regression in piecewise plotting?

2016-09-29 Thread kcrisman
I am so glad that new piecewise is in, so not complaining - but asking as some notes now do not plot properly. Example: P = piecewise([((0,2),x),((2,6),2)]) print P plot(P) http://sagecell.sagemath.org/?q=rewlzb You can see that it is not only not plotting beyond x=1, it is complaining about

Re: [sage-support] warning

2016-09-29 Thread William Stein
On Thu, Sep 29, 2016 at 6:30 AM, HG wrote: > Hi, > Started with sage-7.3 I got this waring but I don't know what it means and I > prefer get rid of it... Ho to do that ? > > %matplotlib inline > > %display latex > > /usr/lib/sagemath/local/lib/python2.7/site-packages/traitlets/traitlets.py:770: >

[sage-support] warning

2016-09-29 Thread HG
Hi, Started with sage-7.3 I got this waring but I don't know what it means and I prefer get rid of it... Ho to do that ? %matplotlib inline %display latex /usr/lib/sagemath/local/lib/python2.7/site-packages/traitlets/traitlets.py:770: DeprecationWarning: A parent of InlineBackend._config_chang

[sage-support] Re: A nice one (for Bayesian users of Sage's R)

2016-09-29 Thread Emmanuel Charpentier
Thank you Dima ! I'll try that. -- Emmanuel Charpentier Le mercredi 28 septembre 2016 23:24:40 UTC+2, Dima Pasechnik a écrit : > > if you want to use system's BLAS/ATLAS, set SAGE_ATLAS_LIB to point to the > appropriate location > (usually, /usr/lib, I suppose), and rebuild from scratch > for mo