reset_output() error

anyone familiar with the following warning/error:

call to reset_output() ignored when running scripts with the ‘bokeh’ command.

Bokeh apps (i.e. things run with "bokeh serve myapp.py") are incompatible with "reset_output". [*] Or perhaps put differently: "reset_output" is not meaningful in the context of a Bokeh server app. The message is just informing you that those function calls will be ignored and discarded. The other option would have been a hard failure with an exception in this case but we decided it was more user-friendly to proceed with the message. You can either:

* ignore the messages (they are purely informative), or

* remove calls to reset_output (which has no use/purpose in a Bokeh server app)

Thanks,

Bryan

[*] or "bokeh html foo.py" too, in case you happen to be running that, though I suppose I'd be surprised since we don't demonstrate that feature much.

···

On Apr 24, 2017, at 15:12, [email protected] wrote:

anyone familiar with the following warning/error:

call to reset_output() ignored when running scripts with the 'bokeh' command.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/24978ba4-b18f-4cdc-b237-6ade36713a23%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.