Jupyter - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Overview of the Jupyter Package

 

Calling Sequence

Description

Accessing Jupyter Package Commands

List of Jupyter Package Commands

Examples

Compatibility

Calling Sequence

Jupyter:-command(arguments)

command(arguments)

Description

• 

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.

Accessing Jupyter Package Commands

• 

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.

List of Jupyter Package Commands

• 

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.

Examples

Generate a Jupyter configuration file to enable the Maple Kernel for Jupyter.

with(Jupyter):

GenerateKernelConfiguration( "/home/someuser" );

Compatibility

• 

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