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

Notebook cell does not run after selecting kernel #1627

Closed
2 of 15 tasks
miguelsolorio opened this issue Oct 4, 2021 · 3 comments
Closed
2 of 15 tasks

Notebook cell does not run after selecting kernel #1627

miguelsolorio opened this issue Oct 4, 2021 · 3 comments

Comments

@miguelsolorio
Copy link

Describe the bug

Originally filed in microsoft/vscode#129652

After installing the .NET Interactive notebook for the first time and .NET Interactive is finished installing, I attempted to run a cell. The notebook then asked me to select a kernel, and I chose .NET Interactive, and then the notebook did nothing. I had to push "run" again for it to actually run. I'd expect for this to automatically run after selecting the kernel.

Please complete the following:

Which version of .NET Interactive are you using?
1.0.250101+54a43fc43a67677d935256b24c6bf334fb8dafec

  • OS
    • Windows 10
    • macOS
    • Linux (Please specify distro)
    • iOS
    • Android
  • Browser
    • Chrome
    • Edge
    • Firefox
    • Safari
  • Frontend
    • Jupyter Notebook
    • Jupyter Lab
    • nteract
    • Visual Studio Code
    • Visual Studio Code Insiders
    • Other (please specify)

Screenshots

@ 00:58 is when I attempt to re-run the cell

CleanShot.2021-10-04.at.14.47.24.mp4
@colombod
Copy link
Member

colombod commented Oct 6, 2021

Not sure what is happening, are you referring to the fact that on hitting run button you get a prompt to select a kernel and then the cell is not executed until you actually press again the run button?

@miguelsolorio
Copy link
Author

Yes, when I hit the run button and then select the kernel the cell should execute but it does not

@colombod
Copy link
Member

colombod commented Oct 6, 2021

Yes, when I hit the run button and then select the kernel the cell should execute but it does not

That gesture is not handled by our extension, we should check with vscode what is the expected behaviour when the kernel controller is missing on first run and get selected by the user. I am not sure that autorun is supposed to happen or not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants