-
Notifications
You must be signed in to change notification settings - Fork 297
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
Return a default controller as fast as possible to enable run button on native notebooks #5861
Comments
Note: This is also imporatnt for getting started scneario:
@claudiaregio /cc (added this to account for scenarios we've been discussing) |
Blocked here microsoft/vscode#124535 |
Why?
Note
Details
The order in which the work will be done is numbered. Problems
|
TODO:
Solutions:
|
Python
when Python extension Or Python runtime isn't installed
#6821
@DonJayamanne I feel like this was resolved by the work that you did with interpreter searching and cleanup. If that's off, just reactivate. |
Python PRs for telemetry |
Updates
|
Summary of issues
Solutions |
TODO:
|
Closing in favor of #9628 |
Background
Ideas for making first-time controller search as fast as possible
For subsequent activation we can also cache interpreters/kernelspecs (we currently don't do any caching)
Other ideas
The text was updated successfully, but these errors were encountered: