Overview of the Jupyter Package
Calling Sequence
Description
Accessing Jupyter Package Commands
List of Jupyter Package Commands
Examples
Compatibility
Jupyter:-command(arguments)
command(arguments)
The Jupyter package provides tools for interacting with the Jupyter computational environment.
The Maple Kernel for Jupyter is Jupyter kernel distributed with Maple which enables Maple to be run within Jupyter. This package provides tools to assist with configuring and working with Jupyter.
Each command in the Jupyter package can be accessed by using either the long form or the short form of the command symbol in the command calling sequence.
The long form, Jupyter:-command, is always available. The short form can be used after loading the package.
The following is a list of commands available in the Jupyter package.
CreateNotebook
ExtractCodeSources
GenerateKernelConfiguration
SetOutputRendererByType
To display the help page for a particular Jupyter command, see Getting Help with a Command in a Package.
Generate a Jupyter configuration file to enable the Maple Kernel for Jupyter.
with(Jupyter):
GenerateKernelConfiguration( "/home/someuser" );
The Jupyter/package package was introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
Formats,Jupyter
Download Help Document