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

feat: smart select default kernel when :JupyniumStartSync #39

Merged
merged 1 commit into from
Feb 19, 2023

Conversation

kiyoon
Copy link
Owner

@kiyoon kiyoon commented Feb 19, 2023

When running :JupyniumStartSync it used to default to the python3 kernel. Now, it will try to select smartly.

  1. Respect language. Check filetype of the buffer and choose the kernel with the same language.
  2. Respect conda env path. Check CONDA_PREFIX environment variable to see if it matches the kernel's spec.

@kiyoon kiyoon merged commit 1e23960 into master Feb 19, 2023
@kiyoon kiyoon changed the title feat: smart select kernel when :JupyniumStartSync feat: smart select default kernel when :JupyniumStartSync Feb 19, 2023
@kiyoon
Copy link
Owner Author

kiyoon commented Feb 19, 2023

Resolves #30

@kiyoon kiyoon mentioned this pull request Feb 19, 2023
@kiyoon kiyoon deleted the feat/default-kernel branch March 4, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant