GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
debugger
IDebugger
IScope
Interface IScope
An interface for a scope.
interface
IScope
{
name
:
string
;
variables
:
IVariable
[]
;
}
Index
Properties
name
variables
Properties
name
name
:
string
The name of the scope.
variables
variables
:
IVariable
[]
The list of variables.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
name
variables
@jupyterlab
Loading...
An interface for a scope.