You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current "activate" and "status" widgets are on a global level
With "requestKernel": false, the run/runall/restart/restartall buttons do not function
Proposal
add mountStartButton option similar to the other buttons, that requests a new kernel (and that disappears when the kernel is started?)
add kernel availability indicator (reuse current spinner, style differently via css?)
hide or disable run/runAll/restart/restartAll buttons when no kernel is available (makes most sense if a "start" button is available instead - little use in having start and restart at the same time)
add autoRequestKernel option to start a kernel when a run button is clicked
allow placing the busy indicator left of the buttons, to obtain a stable layout when right-aligned (as the indicator disappears and re-appears)
Tasks and updates
No response
The text was updated successfully, but these errors were encountered:
Context
"requestKernel": false
, the run/runall/restart/restartall buttons do not functionProposal
mountStartButton
option similar to the other buttons, that requests a new kernel (and that disappears when the kernel is started?)autoRequestKernel
option to start a kernel when a run button is clickedTasks and updates
No response
The text was updated successfully, but these errors were encountered: