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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 FIX: Should request kernel if needed when restartAndRunAll #345

Merged
merged 1 commit into from
Jan 9, 2021

Conversation

narrator0
Copy link
Contributor

resolves #341

What is the problem?

When kernel is not requested yet, pressing Restart and Run All will hang in Waiting for kernel forever.

What is expected?

Should go ahead and request a kernel and then run all.

What is the fix?

Do not check if kernel exist in restartAndRunAll() since it will call execute() and that will do the job if a kernel is not there.

@choldgraf choldgraf changed the title Should request kernel if needed when restartAndRunAll 馃悰 FIX: Should request kernel if needed when restartAndRunAll Jan 9, 2021
@choldgraf choldgraf merged commit f5e580f into executablebooks:master Jan 9, 2021
@choldgraf
Copy link
Member

thanks very much, this looks reasonable to me!

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

Successfully merging this pull request may close these issues.

Restart & Run All does nothing if kernel hasn't been requested
2 participants