Jupyter
GenerateKernelConfiguration
generate configuration for Jupyter kernel
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
GenerateKernelConfiguration(destdir)
destdir
-
(optional) destination directory
opts
(optional) options as specified below
quiet = truefalse
If quiet is true, informational messages regarding the generation of configuration files will be suppressed. The default is false.
The GenerateKernelConfiguration(expr) command generates a kernel configuration file in the JSON format which will enable the Maple Kernel for Jupyter to run on the system where it was generated.
The optional parameter destdir specifies a destination directory. When destdir is provided, a subdirectory maple is created within destdir containing the necessary configuration files. The path to this subdirectory is returned as a string.
If destdir is not provided, the generated content is returned as a string.
Write a generated configuration file to the specified directory.
with⁡Jupyter:
GenerateKernelConfiguration⁡/home/someuser
The Jupyter[GenerateKernelConfiguration] command was introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
Download Help Document