Support for Jupyter Notebook
still missing now.
looks like the jupyter extension is separate from pylance and also open source: https://github.com/microsoft/vscode-jupyter
does that cover it? or is there some pylance-specific functionality that we need to add?
looks like the jupyter extension is separate from pylance and also open source: microsoft/vscode-jupyter
does that cover it? or is there some pylance-specific functionality that we need to add?
When pylance is enabled, code inside notebooks have highlights & intelligence but basedpyright no. i think this part was supported by pylance (closed source XD).
ah ok, in that case this might be easier than i thought. will look into it when i have time
Is this relevant? https://github.com/microsoft/vscode-python/issues/23897 Looks like it's only in main and not in any of the releases.
EDIT: It's in pre-release and Jedi now works in each individual cell.
i think that's only relevant to language servers that use the python.languageServer setting, which basedpyright doesn't use. i tried that approach in #424 but it didn't work out for the reasons i mentioned there