I have just installed version 10.0 from source (in Debian Sid). Everything
seems to work fine, but the usual method to add Sage to Jupyter Lab does
not work.
I created a symlink as usual:
$ ll /home/finotti/.local/share/jupyter/kernels
Permissions Size UserGroup Date Modified Name
drwx
On Monday, 29 May 2023 at 07:39:33 UTC-7 Luis Finotti wrote:
ImportError: /home/finotti/src/sage-10.0/src/sage/matrix/
matrix_modn_dense_float.cpython-311-x86_64-linux-gnu.so: undefined symbol:
_ZNK6Givaro7IntegercvNSt7__cxx1112basic_stringIcSt11char
_traitsIcESaIcEEEB5cxx11Ev
Any ideas on wha
On Monday, May 29, 2023 at 1:11:03 PM UTC-4 Nils Bruin wrote:
That looks like a linking error. Probably it's picking up a library from a
different sage install. Did you check that sage-10.0 runs fine by itself?
Did you check that sage-10.0 runs fine with its "own" notebook, using "sage
--not
On Monday, 29 May 2023 at 10:51:27 UTC-7 Luis Finotti wrote:
Any ideas on how to fix it? Is it just me, or a bug with version 10.0? I
followed the same steps I've always followed:
https://doc.sagemath.org/html/en/installation/launching.html#setting-up-sagemath-as-a-jupyter-kernel-in-an-existin
Firstly, thank you very much for your help, Nils! I greatly appreciate it!
On Monday, May 29, 2023 at 8:06:46 PM UTC-4 Nils Bruin wrote:
On Monday, 29 May 2023 at 10:51:27 UTC-7 Luis Finotti wrote:
Any ideas on how to fix it? Is it just me, or a bug with version 10.0? I
followed the same ste
Hi
Also see
https://groups.google.com/g/sage-devel/c/xd64DrNzveM/m/EeWc6HuRAwAJ
... in case it is related.
Regards,
Jan
On Tue, 30 May 2023 at 04:14, Luis Finotti wrote:
> Firstly, thank you very much for your help, Nils! I greatly appreciate it!
>
> On Monday, May 29, 2023 at 8:06:46 PM UT