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
Implemented show\hide kernel progress bar for Output (#274)
* Implemented show\hide kernel progress bar for Output
Kernel progress bar visible by default when kernel is not idle looks very strange.
In fact when we execute just one output - EVERY output on the page shows some progress which seems very strange and misleading for me, because I triggered execution of only one specific output
Another issue with this progress bar is it shows progress when kernel is not executing anything AND is not 'idle'. I guess in that state kernel tries to initialize or smth like this but user is seeing some progress which also looks misleading for me
* Added default true for showKernelProgressBar
0 commit comments