[sage-support] Re: deprecation warning about "`\QQ`" and "\*"

2020-03-29 Thread John H Palmieri
On Sunday, March 29, 2020 at 12:24:38 AM UTC-7, rana-aere wrote: > > Thank you for clear instructions. > I used the codes to compare how doctoring of the method _macaulay2_init_ > is displayed. > > sage-8.9 (command line and jupyter) > > ``` > Init docstring: x.__init__(...) initializes x; see he

[sage-support] itikz /tikz

2020-03-29 Thread HG
https://pypi.org/project/itikz/ I just tried this website and it works fine. If somebody needs it it's an info. I use it in sage after installing it : sage -sh and pip install itikz Enjoy it :) -- You received this message because you are subscribed to the Google Groups "sage-support" group

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

2020-03-29 Thread rana-aere
I solved the first form of bug reported here. By accident I wrote it in https://groups.google.com/forum/#!topic/sage-support/WP473oaAulE . Another one about getcwd seems to be an issue specific to Catalina. I will work on it. -- You received this message because you are subscribed to the Google

[sage-support] Re: Does a deprecation warning prevent start-up of jupyter server of Double clickable application SageMath-X.X?

2020-03-29 Thread rana-aere
I think another trouble of SageMath-9.0.app was about failure of getcwd. I have an idea on this problem. I will check it. -- 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 e

[sage-support] Re: Does a deprecation warning prevent start-up of jupyter server of Double clickable application SageMath-X.X?

2020-03-29 Thread rana-aere
I finally made it to make a disk-image-file of SageMath-9.1.app with updates of https://trac.sagemath.org/ticket/29371. The issue of failing start-up with partial record of patching files is solved. I explain what was happening. Mac application SageMath-9.0.app set-up bash command using pipes: R

[sage-support] Re: Does a deprecation warning prevent start-up of jupyter server of Double clickable application SageMath-X.X?

2020-03-29 Thread rana-aere
I forgot to mention one thing. Patching in SageMath-9.1beta8 was on libraries not on source codes. This might be another difference from the distribution of SageMath-9.0. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this

[sage-support] Re: Does a deprecation warning prevent start-up of jupyter server of Double clickable application SageMath-X.X?

2020-03-29 Thread rana-aere
I edited the code back to original and tested how SageMath starts up. Deprecation warning does not block start-up. There remains some more mystery in start-up of double clickable SageMath.app of MacOS. For possible users who encounter the same symptom of SageMath, I leave some record. Step 1: I

[sage-support] Re: deprecation warning about "`\QQ`" and "\*"

2020-03-29 Thread rana-aere
Thank you for clear instructions. I used the codes to compare how doctoring of the method _macaulay2_init_ is displayed. sage-8.9 (command line and jupyter) ``` Init docstring: x.__init__(...) initializes x; see help(type(x)) for signature File: /Applications/SageMath-8.9.app/Conten