[bokeh] How to suppress "BokehJS successfully loaded" message in a jupyter notebook?

Hi Pav,

Please make a minimal effort to consult docstrings and other documentation first. The answer is in the output of `help(output_notebook)` as well as in the reference guide:

···

----

Help on function output_notebook in module bokeh.io:

output_notebook(resources=None, verbose=False, hide_banner=False)
    Configure the default output state to generate output in
    Jupyter/IPython notebook cells when :func:`show` is called.
    
    If output_server() has also been called, the notebook cells
    are loaded from the configured server; otherwise, Bokeh pushes
    HTML to the notebook directly.
    
    Args:
        resources (Resource, optional) :
            How and where to load BokehJS from (default: CDN)
    
        verbose (bool, optional) :
            whether to display detailed BokehJS banner (default: False)
    
        hide_banner (bool, optional):
            whether to hide the Bokeh banner (default: False)
    
    Returns:
        None
    
    .. note::
        Generally, this should be called at the beginning of an interactive
        session or the top of a script.

On Jul 12, 2016, at 10:10 AM, [email protected] wrote:

<subj>

--
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/ad1ab712-2d5e-4030-a70b-1d5ee0bce0fc%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.