Wasim Lorgat
Wasim Lorgat
It gets part of the way there on my side: And encounters an error in `proj4leaflet`: ``` Uncaught Leaflet and proj4 must be loaded first ``` Might be related to...
It's worth checking if this works in VSCode. If so, we may just need to wire something up properly (probably in the notebook output webview service or positron notebook controllers).
Thank you for the kind words and for the feedback! As Tom mentioned, we only support Python >= 3.8. If you were able to select a Python 3.6 interpreter, that...
Glad it's sorted for now. Is it possible that you had set Python 3.6.2 as the default interpreter in settings the first time too, and that caused it to show...
@isabelizimm We also register runtimes when certain interpreter-related events fire. We might not be filtering there.
There's an initial attempt at this in [the positron-notebook-controllers extension](https://github.com/posit-dev/positron/blob/1211e9cd3cd979141a6ebd4915db4928cc4eba7a/extensions/positron-notebook-controllers/src/notebookController.ts#L264).
Sort of requested in https://github.com/posit-dev/positron/issues/3884.
Thank you for the reviews! I've addressed all of the comments, will merge once CI passes 🎉
We'd need to figure out how to get Jupyter Server to run our own kernels for full support. I'm not actually sure what happens if you try to use an...
I think we should move the current error message out of the `onDidChangeInterpreters` listener (registered in the `PythonRuntimeManager` constructor) to the "Enter interpreter path..." sub-command of "Select Interpreters", so that...