Open anstadnik opened 1 year ago
Is SageMath shipping a custom kernel which defines these variables? If so, it probably should not advertise that it uses Python language as standard Python does not have matrix
built-in.
It looks that SageMath does not populate language_info
the way one would expect (it always populates it with Python as name of language). In jupytext, https://github.com/mwouts/jupytext/pull/732 workarounds this by using language
from kernel specs instead, which could be used in jupyterlab-lsp too.
Description
Here, it complains about the undefined name "matrix"
Reproduce
Expected behavior
LSP should be turned off by default.
Context
Required: installed server extensions
Required: installed lab extensions
Troubleshoot Output
Command Line Output
Browser Output (recommended for all interface issues)