Re: [sage-devel] Notebook for testing display

2022-03-23 Thread Eric Gourgoulhon
Le mercredi 23 mars 2022 à 17:32:13 UTC+1, raymond@gmail.com a écrit : > 1) I had to do > > pip install ipympl > Would it be reasonable to do a try/except in the header? > Actually a dependency of jupyterlab_widgets to ipympl has been introduced in Sage 9.6.beta5, so that as soon as

Re: [sage-devel] Notebook for testing display

2022-03-23 Thread Ray Rogers
I think I am going to have a "moment" here!  Thanks! This sheet is just great; all the things I have wanted to do, demonstrated :) I do have some trivial suggestions (to make it even more impressive) 1) I had to do     pip install ipympl Would it be reasonable to do a try/except in the header?

Re: [sage-devel] Re: arctanh vs. artanh

2022-03-23 Thread Dima Pasechnik
On Wed, 23 Mar 2022, 13:57 Nathan Dunfield, wrote: > Mathematica, Maple, and numpy all use "arctanh"; MATLAB uses "atanh". atanh, etc., i.e. just "a-"-prefix is well in line with the tradition of Fortran libraries, as well as C libm's. It's "arctanh" in the NIST Digital Library of

[sage-devel] Re: arctanh vs. artanh

2022-03-23 Thread Nathan Dunfield
Mathematica, Maple, and numpy all use "arctanh"; MATLAB uses "atanh". It's "arctanh" in the NIST Digital Library of Mathematical Functions as well: https://dlmf.nist.gov/4.37 It is the case that "ar-" prefix is the current ISO standard, and per the Wikipedia talk page the "ar-" prefix is more

[sage-devel] Notebook for testing display

2022-03-23 Thread Kwankyu Lee
Dear sage developers, Let me advertise the nice notebook for testing display in Jupyter, https://nbviewer.org/github/egourgoulhon/SageMathTest/blob/master/Notebooks/test_display.ipynb prepared by Eric Gourgoulhon. This is also accessible through the ticket

[sage-devel] Re: Proposal: make Jupyterlab a standard package

2022-03-23 Thread Eric Gourgoulhon
Le mercredi 23 mars 2022 à 12:01:15 UTC+1, kcrisman a écrit : > Sorry for a tangential question - the overview page seems to imply that > *everything* from a (current) Jupyter notebook will work in a Jupyterlab > instance (and, by extension, presumably can easily be imported). Would > that

[sage-devel] Re: Cannot compile sage on macosx 12.3

2022-03-23 Thread Andrew
Great. Thank you. That worked. On Wednesday, 23 March 2022 at 7:58:36 pm UTC+11 Samuel Lelievre wrote: > You can download the pythran 0.11.0 source tarball from > > https://pypi.io/packages/source/p/pythran/pythran-0.11.0.tar.gz > > (as found in `build/pkgs/pythran/checksums.ini`) > > and

[sage-devel] Re: arctanh vs. artanh

2022-03-23 Thread 'Martin R' via sage-devel
I'd be in favor of the change (keeping arc- as an alias, of course). It is not a good experience to explain in the course how the function is defined, and then see sage print it wrong. On Wednesday, 23 March 2022 at 11:54:34 UTC+1 kcrisman wrote: > In terms of the missions statement,

[sage-devel] Re: Proposal: make Jupyterlab a standard package

2022-03-23 Thread kcrisman
Sorry for a tangential question - the overview page seems to imply that *everything* from a (current) Jupyter notebook will work in a Jupyterlab instance (and, by extension, presumably can easily be imported). Would that include the widgets we use for @interact? (Tail wagging the dog here is

[sage-devel] Re: arctanh vs. artanh

2022-03-23 Thread kcrisman
In terms of the missions statement, apparently we aren't the only ones, so consistency might be more important in any case: https://reference.wolfram.com/language/ref/ArcTanh.html Note e.g. sympy uses atanh as the "ordinary":

[sage-devel] Re: Cannot compile sage on macosx 12.3

2022-03-23 Thread Samuel Lelievre
You can download the pythran 0.11.0 source tarball from https://pypi.io/packages/source/p/pythran/pythran-0.11.0.tar.gz (as found in `build/pkgs/pythran/checksums.ini`) and place it in the `upstream` folder of your Sage installation. Alternatively, you can use ``` ./configure

[sage-devel] Re: arctanh vs. artanh

2022-03-23 Thread Samuel Lelievre
Note that Sage also provides aliases with `a-` (the display is still with `arc-`): ``` sage: asinh, acosh, atanh, acoth, asech, acsch (arcsinh, arccosh, arctanh, arccoth, arcsech, arccsch) ``` -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To