Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Display status information and controls for named kernels
ResourceFunction["KernelStatusGrid"][] returns a dynamic grid of all named Wolfram System kernels, along with their status, process ID and a few other useful controls. | |
ResourceFunction["KernelStatusGrid"][{name1,name2,…}] displays only kernels with the given names. |
List all named kernels, along with their current status and additional information and controls:
In[1]:= |
Out[1]= |
Show the status of a single, non-default kernel:
In[2]:= |
Out[2]= |
The kernel names are taken from the listings in the Evaluation menu:
In[3]:= |
Out[3]= |
Putting this display into a palette window will make it more widely visible:
In[4]:= |
Out[4]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License