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
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
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
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:
>
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
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