[sage-devel] Re: Building documentation fails

2021-08-13 Thread Matthias Koeppe
Try "make doc-html". On Friday, August 13, 2021 at 12:22:44 PM UTC-7 Trevor Karn wrote: > I am trying to build the documentation for a new file I have added to > sage.algebras, and I am having some trouble. > > I had used "sage ---docbuild reference html" trying to follow this > portion of th

[sage-devel] Building documentation fails

2021-08-13 Thread Trevor Karn
I am trying to build the documentation for a new file I have added to sage.algebras, and I am having some trouble. I had used "sage ---docbuild reference html" trying to follow this portion of the developers guide.

Re: [sage-devel] Re: Notebook OpenSSL dependency

2021-08-13 Thread Matthias Koeppe
https://trac.sagemath.org/ticket/29291 changes the handling of import errors in "sage-notebook", needs review On Sunday, July 18, 2021 at 12:52:40 AM UTC-7 Dima Pasechnik wrote: > There is a way to use notebook from the system, already in 9.3. > See > https://doc.sagemath.org/html/en/installati

Re: [sage-devel] failed in "sage -f python3" on M1 MacBook Pro with macOS Big Sur 11.1

2021-08-13 Thread Dima Pasechnik
Dear Allison, Sage 9.2 was released before we tried M1 hardware, i.e. it is way too old. Please see https://trac.sagemath.org/ticket/30592 which seems to say it's still not 100% supported (as of Sage 9.4.rc2) Probably with Rosetta it will work, but I don't have hardware to test this atm. HTH Dim

[sage-devel] Adèles and idèles

2021-08-13 Thread Mathe Hertogh
Hello everyone, As a master's mathematics student I (allmost) finished my thesis, for which I implemented adèles and idèles in SageMath. I have written the code with the aim of including it into SageMath. It is well documented, following the SageMath guidelines, and personally I think the packa

Re: [sage-devel] NumberFields, square roots, and AA issues

2021-08-13 Thread Vincent Delecroix
Hi Pat, Historically people made the choice that sqrt(2) would be symbolic. Because of that number fields followed the route and, if the square root does not belong to the number field, the result is symbolic. I think the proper behavior should be an error (as you expect the square root to belong

[sage-devel] failed in "sage -f python3" on M1 MacBook Pro with macOS Big Sur 11.1

2021-08-13 Thread Allison Li
Hi, When I launched Sage, Jupyter server was not started. Following its error log, I installed ssl and then tried to build python3 with "sage -f python3", but it failed in configuring python3-3.8.5. Could you please help? My computer: MacBook Pro (13-inch, M1, 2020) Operating system: macOS B