> I downloaded the Sage app for my MacBook. It is requesting a sign-in and
> password. What do I do?
>
>
It should have just opened automatically for you, but if not you can reset
the password by opening Sage in the command line. Perhaps
https://ask.sagemath.org/question/35317/how-can-i-log-i
>
>
>
> However, I still have the following questions:
>
> 1. How do you set SageMath 7.4 App so that it automatically starts up the
> Jupyter notebook?
>
I don't think this is yet possible. Not sure about the menu bar.
>
> Even after renaming .sage, SageMath 7.4 App still opens using
On Wednesday, October 26, 2016 at 6:58:39 PM UTC-4, Jeroen Demeyer wrote:
>
> On 2016-10-27 00:02, kcrisman wrote:
> > That said, there are still some incompatibilities in interact syntax,
> > the last I heard (Jason Grout said the jupyter people were working
> > actively no that, though).
>
Its not just you, presumably thats caused by the last IPython update?
On Monday, October 31, 2016 at 7:02:18 PM UTC-4, Kwankyu wrote:
>
> Hi,
>
> From some Sage versions onward, I see a blank line before the output.
>
> sage: m=matrix(2,[1,2,3,4])
> sage: m
>
> [1 2]
> [3 4]
> sage:
>
> This blank
Hi,
>From some Sage versions onward, I see a blank line before the output.
sage: m=matrix(2,[1,2,3,4])
sage: m
[1 2]
[3 4]
sage:
This blank line seems redundant. Why do we have that? Or is it just me?
--
You received this message because you are subscribed to the Google Groups
"sage-support"
For what it is worth, this works fine in SageMathCloud
https://cloud.sagemath.com/projects/4a5f0542-5873-4eed-a85c-a18c706e8bcd/files/support/2016-10-31-083851%20polyhedron.sagews
which you can easily run locally via Docker:
https://github.com/sagemathinc/smc/blob/master/src/dev/docker/READ
I use Ubuntu 14.04 and Sage 6.8. If i remember correctly I used a binary to
install it.
I indeed tried to upgrade my OS, but i went into some troubles doing it
(not enough remaining space on my disk).
The strange thing is that i asked my colleagues to try with various OS and
Sage version (even
Fri 2016-10-28 17:07:03 UTC+2, marech...@gmail.com:
>
> Hello,
>
> I have troubles plotting 3D polyhedra. I don't understand what happens
> because I've done it for several years and it is the first time it does not
> work.
>
> Small example :
>
> # 2*x + y >= 0 ; -x - y + 2 - z >= 0 ; z >= 0