holoviz / holoviz/param

Only warnings are displayed from param in ipython notebooks?

Open
#68 7 comments 0 reactions 0 assignees View on GitHub
component: ipython component: log/warn/error type-bug
Dominant language
Python
Stars
521
Forks
86
Avg merge
1d 13h
Merged PRs (30d)
35

Description

Logging seems to behave differently under ipython notebook vs. python

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](https://cloud.githubusercontent.com/assets/1929/5009296/65fb42ea-6a5d-11e4-9924-959a1fbe37fa.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.