Skip to content

nbdime:diff command is not implemented (no-op) #796

@krassowski

Description

@krassowski

commands.addCommand(CommandIDs.diffNotebook, {
execute: args => {
// TODO: Check args for base/remote
// if missing, prompt with dialog.
//let content = current.notebook;
//diffNotebook({base, remote, translator});
},
label: erroredGen(trans.__('Notebook diff')),
caption: erroredGen(trans.__('Display nbdiff between two notebooks')),
isEnabled: baseEnabled,
iconClass:
'jp-Icon jp-Icon-16 action-notebook-diff action-notebook-diff-notebooks',
iconLabel: 'nbdiff',
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions