Minor error in the documentation for push_notebook(document=None, state=None, handle=None)

greetings,

there seems to be an error in the example code for push_notebook, where the key word ‘handle’ has been left out.

push_notebook(handle)

should be

push_notebook(handle=handle)

push_notebook(document=None, state=None, handle=None)

regards

Morten S

Hi,

Thanks for the catch! Could you possibly create a Pull Request to update this? The docstring line is here:

  https://github.com/bokeh/bokeh/blob/master/bokeh/io.py#L572

With only a few devs and 750+ issues, user-contributions to fix up problems like this is actually *incredibly* valuable and appreciated.

Thanks,

Bryan

···

On Nov 13, 2016, at 4:33 AM, Morten Simonsen <[email protected]> wrote:

greetings,

there seems to be an error in the example code for push_notebook, where the key word 'handle' has been left out.

push_notebook(handle)
should be
push_notebook(handle=handle)

push_notebook(document=None, state=None, handle=None)
bokeh.io — Bokeh 3.3.2 Documentation

regards
Morten S

--
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/27f4167f-d333-446b-968a-2fbf618346bd%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

cool =)

Pull request in the making.

I suspected there'd be a place to do that before, but I started out looking in the wrong place.

···

Den 15. nov. 2016 03:30, skrev Bryan Van de Ven:

Hi,

Thanks for the catch! Could you possibly create a Pull Request to update this? The docstring line is here:

  https://github.com/bokeh/bokeh/blob/master/bokeh/io.py#L572

With only a few devs and 750+ issues, user-contributions to fix up problems like this is actually *incredibly* valuable and appreciated.

Thanks,

Bryan

On Nov 13, 2016, at 4:33 AM, Morten Simonsen <[email protected]> wrote:

greetings,

there seems to be an error in the example code for push_notebook, where the key word 'handle' has been left out.

push_notebook(handle)
should be
push_notebook(handle=handle)

push_notebook(document=None, state=None, handle=None)
bokeh.io — Bokeh 3.3.2 Documentation

regards
Morten S

--
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/27f4167f-d333-446b-968a-2fbf618346bd%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Awesome, thanks, looking forward to it!

···

On Tue, Nov 15, 2016 at 11:47 AM, morten simonsen [email protected] wrote:

cool =)

Pull request in the making.

I suspected there’d be a place to do that before, but I started out looking in the wrong place.

Den 15. nov. 2016 03:30, skrev Bryan Van de Ven:

Hi,

Thanks for the catch! Could you possibly create a Pull Request to update this? The docstring line is here:

    [https://github.com/bokeh/bokeh/blob/master/bokeh/io.py#L572](https://github.com/bokeh/bokeh/blob/master/bokeh/io.py#L572)

With only a few devs and 750+ issues, user-contributions to fix up problems like this is actually incredibly valuable and appreciated.

Thanks,

Bryan

On Nov 13, 2016, at 4:33 AM, Morten Simonsen [email protected] wrote:

greetings,

there seems to be an error in the example code for push_notebook, where the key word ‘handle’ has been left out.

push_notebook(handle)

should be

push_notebook(handle=handle)

push_notebook(document=None, state=None, handle=None)

http://bokeh.pydata.org/en/latest/docs/reference/io.html#bokeh.io.push_notebook

regards

Morten S

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/27f4167f-d333-446b-968a-2fbf618346bd%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

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/e588a68f-c243-cf8d-fd14-98be4fe03e89%40gmail.com.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.