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

Disable run cell when kernel discovery is in progress or force user to select a kernel #167213

Closed
DonJayamanne opened this issue Nov 25, 2022 · 1 comment
Assignees

Comments

@DonJayamanne
Copy link
Contributor

  • Open a notebook
  • the progress indicator is displayed on the kernel status
  • however we can still hit the run button and this causes issues
    its impossible to tell what kernel was used to run the cell

This is even worse when you have other extensions that contribute to remote jupyter connections,
basically i have no idea what kernel is used when i click the run button

Suggestions:

  • disable run (not the best option, as some kernles from some extensions are ready to go even if jupyter extension isn't)
  • ensure user is forced to pick a kernel , if the user does pick a kernel,. then we should not display the progress message at this stage, instead we should display the kernel selected, After all, the user is now running a cell against a kernel (e.g. .net, julia or nodejs notebook kernel, which is very quick to load)

I believe this is fairly crucial, as i ended up in a broken state due to this. (wrong kernels running the cells)

@rebornix
Copy link
Member

rebornix commented Dec 1, 2022

This was already resolved by showing the active kernel name.

@rebornix rebornix closed this as completed Dec 1, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2023
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

2 participants