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

Python controllers aren't registered fast enough #6419

Closed
rchiodo opened this issue Jun 29, 2021 · 4 comments
Closed

Python controllers aren't registered fast enough #6419

rchiodo opened this issue Jun 29, 2021 · 4 comments
Assignees

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Jun 29, 2021

Testing microsoft/vscode#127378

Opened IW with a python kernel
Reloaded window

Got this as my active kernel in the IW that was opened:
image

After a minute or so it switched to the correct kernel
image

@rebornix
Copy link
Member

@joyceerhl what I'm seeing is the jupyter extension doesn't contribute kernels for the iw restored.

@rebornix rebornix transferred this issue from microsoft/vscode Jun 29, 2021
@rebornix rebornix removed their assignment Jun 29, 2021
@joyceerhl
Copy link
Contributor

@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.

@rchiodo
Copy link
Contributor Author

rchiodo commented Jun 29, 2021

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.

@joyceerhl
Copy link
Contributor

joyceerhl commented Jun 29, 2021

This problem might also be alleviated by #6422 I take that back, since the Julia kernel is contributed by us, we must've already been activated

@joyceerhl joyceerhl changed the title Interactive window doesn't remember previous kernel on reload Python controllers aren't registered fast enough Jun 30, 2021
@greazer greazer closed this as completed Jul 1, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants