I have opened https://trac.sagemath.org/ticket/33111 for this
On Sunday, January 2, 2022 at 9:59:17 AM UTC-8 Nils Bruin wrote:
> I just noticed that 9.5beta9 (perhaps earlier already?) requires changes
> to the installation guide:
>
> In
> https://doc.sagemath.org/html/en/installation/launching
I just noticed that 9.5beta9 (perhaps earlier already?) requires changes to
the installation guide:
In
https://doc.sagemath.org/html/en/installation/launching.html#setting-up-sagemath-as-a-jupyter-kernel-in-an-existing-jupyter-notebook-or-jupyterlab-installation
some explicit paths are mentioned
Here is the code that finally worked.
The user on the Ubuntu 20.04 box is "nuker". Replace paths and user names
as appropriate.
-
This method will install a new sage python environment that will show up
in our anaconda-navigator called sage-pyenv. We should never seen to touch
2021-12-29 04:12 UTC, Advay Goel on sage-devel:
>
> Hi All,
>
> I use macOS Big Sur Version 11.1, and need to use
> the LRS Library for a project:
>
> def getVolume(self,eng='lrs'):
> """ needs Sage 5.9 for 'lrs' engine """
> return self.poly.volume(engine=eng)*factorial(self.poly.dim())
>