[sage-support] Re: Does sagemath support something similar to numpy's einsum for symbolic arrays?

2024-04-15 Thread Matthias Koeppe
You might be looking for https://doc.sagemath.org/html/en/reference/tensor_free_modules/sage/tensor/modules/tensor_with_indices.html On Tuesday, April 9, 2024 at 6:59:27 AM UTC-7 Anton Todorov wrote: > Einsum: https://numpy.org/doc/stable/reference/generated/numpy.einsum.html > > It is a way to

Re: [sage-support] Re: Is there a way to use Sage's Jupyter outside the sage shell ?

2024-04-15 Thread Henri Girard
I use many vscode with sagemath-9.2 (windows installer) and sagemath 10.4beta 2wsl2 i start sage copy the address from the terminal then I paste it in serveur ans it finds the localhost this is interesting in w11 because i can start sage directly in code so I can see what is in ipynb because I

Re: [sage-support] Re: Is there a way to use Sage's Jupyter outside the sage shell ?

2024-04-15 Thread Dima Pasechnik
On Mon, Apr 15, 2024 at 1:46 PM Henri Girard wrote: > I don't understand what you mean , but there is maybe a way you can use it > as I do in vs code ? > Le 15/04/2024 à 09:19, Matthias Koeppe a écrit : > > Yes, this is documented in > https://doc.sagemath.org/html/en/installation/launching.html#

Re: [sage-support] Re: Is there a way to use Sage's Jupyter outside the sage shell ?

2024-04-15 Thread Henri Girard
I don't understand what you mean , but there is maybe a way you can use it as I do in vs code ? Le 15/04/2024 à 09:19, Matthias Koeppe a écrit : Yes, this is documented in https://doc.sagemath.org/html/en/installation/launching.html#setting-up-sagemath-as-a-jupyter-kernel-in-an-existing-jupyter

[sage-support] Re: Is there a way to use Sage's Jupyter outside the sage shell ?

2024-04-15 Thread Matthias Koeppe
Yes, this is documented 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 On Monday, April 8, 2024 at 11:16:45 AM UTC-7 Emmanuel Charpentier wrote: > Setup : Sage 10.4.beta1 runnin