KernelConfigurationEdit[kernelspec]
gives a dialog for editing the properties of a new kernel specification based on kernelspec.
prompts for the type of kernel to edit.
KernelConfigurationEdit
KernelConfigurationEdit[kernelspec]
gives a dialog for editing the properties of a new kernel specification based on kernelspec.
prompts for the type of kernel to edit.
Details
- KernelConfigurationEdit["kerneltype"] starts the edit form with a sample kernel of the given type.
- Supported kernel types include "LocalKernels", "SshKernels", "CloudKernels", "WSTPServerKernels" and "LWGKernels".
Examples
open all close allBasic Examples (2)
Applications (1)
Edit the properties of a generic kernel configuration for a remote machine:
k1 = KernelConfigurationEdit["ssh://andromeda"]Verify the properties of the new configuration:
Information[k1]Use the edited kernel configuration for launching parallel kernels:
LaunchKernels[k1];
$KernelCountProperties & Relations (1)
Create a new kernel configuration based on an element of $ConfiguredKernels:
$ConfiguredKernels[[1]]%["KernelCount"]new = KernelConfigurationEdit[$ConfiguredKernels[[1]]]new["KernelCount"]To be able to refer to the new configuration by name, append it to $ConfiguredKernels:
AppendTo[$ConfiguredKernels, new]Obtain the configuration by name:
KernelConfiguration["Local 1"]%["KernelCount"]History
Text
Wolfram Research (2023), KernelConfigurationEdit, Wolfram Language function, https://reference.wolfram.com/language/ref/KernelConfigurationEdit.html.
CMS
Wolfram Language. 2023. "KernelConfigurationEdit." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/KernelConfigurationEdit.html.
APA
Wolfram Language. (2023). KernelConfigurationEdit. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/KernelConfigurationEdit.html
BibTeX
@misc{reference.wolfram_2026_kernelconfigurationedit, author="Wolfram Research", title="{KernelConfigurationEdit}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/KernelConfigurationEdit.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_kernelconfigurationedit, organization={Wolfram Research}, title={KernelConfigurationEdit}, year={2023}, url={https://reference.wolfram.com/language/ref/KernelConfigurationEdit.html}, note=[Accessed: 13-June-2026]}