Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-19 Thread rana-aere
Yes, I am aware of it. I have intension to help developing Mac Application. In August, I can spare time to try compilation and rewriting Mac specific codes. Currently, I am hesitating because of so may prerequisites or dependencies. 2020年3月20日金曜日 3時39分05秒 UTC+9 Dima Pasechnik: > > as a matter of

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-19 Thread rana-aere
I am interested in one aspect. For "security", MacOS might restrict softwares access to directories. If someone tries this and find some difference, maybe some more users will be helped. Step 1. Remove the /Applications/SageMath-9.0.app which does not work. (This test is for such SageMath-9.0.app

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-19 Thread Dima Pasechnik
as a matter of fact, we might currently be lacking developers with knowledge of these MacOS-specific things. (I suggest that SageMath-*.app should not be used, instead use terminal-based ways to start Sage) On Fri, Mar 20, 2020 at 2:35 AM rana-aere wrote: > > I think SageMath-9.0.app has less rec

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-19 Thread rana-aere
I think SageMath-9.0.app has less records in log file. I suspect it is not anything planned. When SageMath-9.0.app terminates abnormally, some messages for log file is lost. This loss has one explanation, which is the --line-buffered option of grep is turned off in SageMath-9.0.app. Since I belie