Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A feature to set a default kernel other than python for Jupyter Notebook #6319

Open
matthewgson opened this issue Feb 12, 2025 · 3 comments
Open
Labels
info needed Waiting on information

Comments

@matthewgson
Copy link

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.

@testlabauto
Copy link
Contributor

Checked with @sharon-wang and this is not currently work she was planning (although there is some overlap).

Tagging @seeM as he may know if we are already planning this work for the notebook experience.

Moving to Triage for prioritization.

@juliasilge
Copy link
Contributor

Let me ask here again like I just did in #6244:

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?

@juliasilge juliasilge added the info needed Waiting on information label Feb 12, 2025
@matthewgson
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info needed Waiting on information
Projects
None yet
Development

No branches or pull requests

3 participants