-
Notifications
You must be signed in to change notification settings - Fork 294
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
What do we do if user does not have kernel installed when running/opening a notebook #5864
Comments
Ideas?
|
Shouldn't we do the same for other non-python kernels? Let them know that they do not have a kernel installed that can handle this (only for non-pytohn kernels) |
Yeah that sounds like a good idea. |
@DonJayamanne in this case, wouldn't the user not have any kernel selected for the current notebook? How is this a kernel start issue then? Under the kernel push model the user shouldn't even have access to the run button. |
We need at minimum an error message that gives some direction to the user. Especially if they don't have Python installed at all. |
This will require a lot of changes, hence moving back to backlog and leaving assigned so we discuss the technical implementation. |
We could
|
|
@claudiaregio /cc
Looks like we're running into this a lot
Proposed Solution/Questions:
Python is not installed. Please download and install Python before using the extension
Questions
@jmew /cc
The text was updated successfully, but these errors were encountered: