Skip to content

Only warnings are displayed from param in ipython notebooks? #68

Description

@ceball

Logging seems to behave differently under ipython notebook vs. python

Python:

>>> import param
>>> param.Parameterized().warning('hi')
WARNING:root:Parameterized00002: hi
>>> param.Parameterized().message('hi')
INFO:root:Parameterized00003: hi
>>> param.parameterized.get_logger().isEnabledFor(param.parameterized.INFO)
True

In a notebook, however, I only get the warning message (not the info):
ipython-logging

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions