-
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
Python controllers aren't registered fast enough #6419
Comments
@joyceerhl what I'm seeing is the jupyter extension doesn't contribute kernels for the iw restored. |
@rchiodo is that Julia kernel contributed by the Julia extension or by us? Are there any others in the list? I'm wondering if this is because we're rerunning our kernel discovery to reregister controllers, so the correct controller is initially unavailable. |
It's a real kernel, so the julia kernel is contributed by us. And yes I suspect the julia kernel comes back first and the python one will come later. Don's work to have a placeholder kernel should solve this. |
|
Testing microsoft/vscode#127378
Opened IW with a python kernel
Reloaded window
Got this as my active kernel in the IW that was opened:
After a minute or so it switched to the correct kernel
The text was updated successfully, but these errors were encountered: