panel icon indicating copy to clipboard operation
panel copied to clipboard

Set Bokeh logging to INFO

Open hoxbro opened this issue 1 year ago • 4 comments

Fixes #2302

Beforehand, this will not output logs because distributed sets the logger level to error. Not sure if we need to have a setting for this.

import distributed  # noqa
import panel as pn
pn.panel("A").servable()

hoxbro avatar May 22 '23 19:05 hoxbro