GenerateKernelConfiguration - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

Home : Support : Online Help : Connectivity : Jupyter : Jupyter Package : GenerateKernelConfiguration

Jupyter

  

GenerateKernelConfiguration

  

generate configuration for Jupyter kernel

 

Calling Sequence

Parameters

Options

Description

Examples

Compatibility

Calling Sequence

GenerateKernelConfiguration(destdir)

Parameters

destdir

-

(optional) destination directory

opts

-

(optional) options as specified below

Options

• 

quiet = truefalse

  

If quiet is true, informational messages regarding the generation of configuration files will be suppressed. The default is false.

Description

• 

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.

Examples

Write a generated configuration file to the specified directory.

withJupyter:

GenerateKernelConfiguration/home/someuser

Compatibility

• 

The Jupyter[GenerateKernelConfiguration] command was introduced in Maple 2022.

• 

For more information on Maple 2022 changes, see Updates in Maple 2022.

See Also

Jupyter

 


Download Help Document