Skip to content

nbextension install output should go to stdout #1797

@minrk

Description

@minrk

The refactor in 4.2 switched to using the logging module for nbextension install, but this goes to stderr by default. We shouldn't write anything to stderr when installing or uninstalling an extension without an error.

In general, I think using the application logger is probably not the right thing to do for most of the output in nbextension/serverextension actions, and we should be using print to stdout, stderr instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions