Custom URL when calling Bokeh website

Hi everyone,

I am trying to call a bokeh website from another python script with a specific set of tasks so that it displays a graph based on the information passed through the URL. Is this possible with bokeh(custom URL’s)?

Hi,

It sounds like you are asking about a Bokeh server application. If that is the case, then yes, the HTTP request arguments are available:

[https://bokeh.pydata.org/en/latest/docs/user_guide/server.html#accessing-the-http-request](https://bokeh.pydata.org/en/latest/docs/user_guide/server.html#accessing-the-http-request)

Thanks,

Bryan

···

On Jul 2, 2018, at 08:45, Kanza [email protected] wrote:

Hi everyone,

I am trying to call a bokeh website from another python script with a specific set of tasks so that it displays a graph based on the information passed through the URL. Is this possible with bokeh(custom URL’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/a401015f-6f3e-491b-8f78-9567a6125851%40continuum.io.

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

Yes! I was. Additionally, the way my website(bokeh server app) is structured, there is a set of Buttons at the top which, when pressed, trigger their respective callbacks. Is there a way to simulate a button press or something of that sort through an HTTP request?

Thanks!

···

On Monday, July 2, 2018 at 10:48:08 AM UTC-5, Bryan Van de ven wrote:

Hi,

It sounds like you are asking about a Bokeh server application. If that is the case, then yes, the HTTP request arguments are available:

https://bokeh.pydata.org/en/latest/docs/user_guide/server.html#accessing-the-http-request

Thanks,

Bryan

On Jul 2, 2018, at 08:45, Kanza [email protected] wrote:

Hi everyone,

I am trying to call a bokeh website from another python script with a specific set of tasks so that it displays a graph based on the information passed through the URL. Is this possible with bokeh(custom URL’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/a401015f-6f3e-491b-8f78-9567a6125851%40continuum.io.

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