Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IExecuteOptions

The options used to configure an execute request.

Hierarchy

Index

Properties

Optional allow_stdin

allow_stdin: boolean

Whether to allow stdin requests. The default is true.

Optional silent

silent: boolean

Whether to execute the code as quietly as possible. The default is false.

Optional stop_on_error

stop_on_error: boolean

Whether to the abort execution queue on an error. The default is false.

Optional store_history

store_history: boolean

Whether to store history of the execution. The default true if silent is False. It is forced to false if silent is true.

Optional user_expressions

user_expressions: {}

A mapping of names to expressions to be evaluated in the kernel's interactive namespace.

Type declaration

Generated using TypeDoc