You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the discussion and suggestions from #6244, it would be great to add a feature to set a default kernel other than Python, especially for a workspaceless environment in Positron.
Additionally, having an option to override the workspace’s default (Python) kernel would be beneficial.
The text was updated successfully, but these errors were encountered:
Do you want to set a default interpreter only for notebooks, or would it work for you to set a default interpreter for all consoles and notebooks? In #6145 we added the ability to set language level startup settings. If you set R to "auto" and Python to "manual" then all new interpreters that Positron starts (console or notebook) will always be R, unless you specifically go and start Python yourself (such as from the command palette with "Python: Select Interpreter".
Would that work for you @matthewgson? Or are you only wanting this behavior for notebooks?
For me, I think it would be great to set a default interpreter only for notebooks. I treat .ipynb notebooks as a distinct realm in my workflow—especially when using the Positron IDE—and I’d love for the kernels they use to remain isolated so they don’t interfere with any ongoing Python or R sessions. I’m not sure how other users mentally approach .ipynb files, but I’d be happy if you could consider this perspective.
Following the discussion and suggestions from #6244, it would be great to add a feature to set a default kernel other than Python, especially for a workspaceless environment in Positron.
Additionally, having an option to override the workspace’s default (Python) kernel would be beneficial.
The text was updated successfully, but these errors were encountered: