How to stop output_server() + show() from popping up a browser?

I’m wondering about this issue since I’m developing on a remote machine and it pops up a terminal browser which is rather annoying to quit out of every time. Messing with the ‘browser’ keyword arg for show() doesn’t really do much, except it screams when I give it something that isn’t an actual browser.

Thanks in advance for any pointers,

Had

Use push instead of show

Push send s data. Show calls push and then opens a browser

···

On Jul 30, 2015 9:12 AM, [email protected] wrote:

I’m wondering about this issue since I’m developing on a remote machine and it pops up a terminal browser which is rather annoying to quit out of every time. Messing with the ‘browser’ keyword arg for show() doesn’t really do much, except it screams when I give it something that isn’t an actual browser.

Thanks in advance for any pointers,

Had

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/b38a69f3-e08e-43f7-aafb-392049e1982b%40continuum.io.

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

This didn’t work for me. Here’s the traceback:

Traceback (most recent call last):

File “line_animate.py”, line 67, in

push(p)

File “/usr/local/lib/python2.7/dist-packages/bokeh/io.py”, line 375, in push

return session.store_document(document)

AttributeError: ‘VBox’ object has no attribute ‘store_document’

In the documentation, the args for push() are:

push(session=None, document=None, state=None)

And for show() they are:

show(obj)

So it doesn’t really seem to match up here.

···

On Wednesday, July 29, 2015 at 7:02:18 PM UTC-7, Hugo Shi wrote:

Use push instead of show

Push send s data. Show calls push and then opens a browser

On Jul 30, 2015 9:12 AM, [email protected] wrote:

I’m wondering about this issue since I’m developing on a remote machine and it pops up a terminal browser which is rather annoying to quit out of every time. Messing with the ‘browser’ keyword arg for show() doesn’t really do much, except it screams when I give it something that isn’t an actual browser.

Thanks in advance for any pointers,

Had

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/b38a69f3-e08e-43f7-aafb-392049e1982b%40continuum.io.

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