[sage-support] Re: How to prevent a browser from opening after starting a Sage notebook server

2017-12-14 Thread Kwankyu
That's it! Thank you.

-- 
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 to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: SageMath Windows 10 crash

2017-12-14 Thread Erik Bray
On Wednesday, December 13, 2017 at 8:21:32 AM UTC+1, John wrote:
>
>
> Attached crash report.  64 bit  Windows 10, Intel Core I7-6700, 3.4 GHz, 
> 16GB RAM.
>
> My first time here, if this is not correct location for this report, 
> please advise.
>
> Thanks,
>
> John
>
> PS... Thanks for the Windows SageMath!  :)
>

Did this happen when you closed the window?  If so this is a known issue:

https://github.com/sagemath/sage-windows/issues/2 

-- 
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 to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: How to prevent a browser from opening after starting a Sage notebook server

2017-12-14 Thread Volker Braun
You can pass through arbitrary jupyter notebook command line options:

sage --notebook=jupyter --no-browser


-- 
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 to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: How to prevent a browser from opening after starting a Sage notebook server

2017-12-14 Thread Kwankyu


On Thursday, December 14, 2017 at 4:15:33 PM UTC+9, Simon King wrote:
>
> Hi, 
>
> On 2017-12-14, Kwankyu  wrote: 
> > "sage -n" automatically opens a new browser window after starting the 
> > notebook server. I checked this on Mac and Ubuntu. I think this is an 
> > "over" service, and annoyance if I do not want a new browser window, 
> unless 
> > there is a command line option to prevent this. Is there such an option? 
>
> I cannot reproduce this. When I do "sage -n" or "sage -n jupyter" and 
> already have a browser window open, then a new tab in the existing 
> window is created. 
>

Sorry that I was careless. I meant the new tab in the existing window. If 
there was no existing window, then a new window would be opened (I did not 
experiment this yet though).

Meanwhile, I found that jupyter itself has an option "--no-browser", which 
serves my purpose, but Sage does not seem to have a corresponding option...
 

-- 
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 to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.