bokeh-server not rendering plot data

Worth pointing out this issue, of which I found other traces searching for a solution:

Since installing bokeh 8.x (and including 9.0), any plot involving the bokeh-server does not render data. Examples include data_tables_server.py and linked_tap_server.py. The widgets work (e.g. in data tables), but the charts are empty of data*. For clarity, I launch the server through bokeh.server.run() as per scripts/bokeh-server-script.py

This apparently extends to Python 2 and Python 3, and to several browsers, according to this user in SO.

Has anybody encountered, and solved, this issue?

* I presume tis is not the old “zoom in” bug I found mentioned here as I cannot even see the grid of the plots

Can you try clearing your browser cache/force reloading?

Bryan

···

On May 18, 2015, at 5:00 PM, Pythonic <[email protected]> wrote:

Worth pointing out this issue, of which I found other traces searching for a solution:

Since installing bokeh 8.x (and including 9.0), any plot involving the bokeh-server does not render data. Examples include data_tables_server.py and linked_tap_server.py. The widgets work (e.g. in data tables), but the charts are empty of data*. For clarity, I launch the server through bokeh.server.run() as per scripts/bokeh-server-script.py

This apparently extends to Python 2 and Python 3, and to several browsers, according to this user in SO.

Has anybody encountered, and solved, this issue?

* I presume tis is not the old "zoom in" bug I found mentioned here as I cannot even see the grid of the plots

--
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/237c67db-408a-44f1-b88b-754a278b43d7%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thanks Bryan

clearing the cache worked, now data is rendered properly. I’ll refer this post on the one linked below from SO.

For my understanding, what was going on?

···

On Tuesday, 19 May 2015 05:02:19 UTC+1, Bryan Van de ven wrote:

Can you try clearing your browser cache/force reloading?

Bryan

On May 18, 2015, at 5:00 PM, Pythonic [email protected] wrote:

Worth pointing out this issue, of which I found other traces searching for a solution:

Since installing bokeh 8.x (and including 9.0), any plot involving the bokeh-server does not render data. Examples include data_tables_server.py and linked_tap_server.py. The widgets work (e.g. in data tables), but the charts are empty of data*. For clarity, I launch the server through bokeh.server.run() as per scripts/bokeh-server-script.py

This apparently extends to Python 2 and Python 3, and to several browsers, according to this user in SO.

Has anybody encountered, and solved, this issue?

  • I presume tis is not the old “zoom in” bug I found mentioned here as I cannot even see the grid of the plots


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/237c67db-408a-44f1-b88b-754a278b43d7%40continuum.io.

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

Hi,

If cleaning cache solved the problem it’s likely that your browser was keeping an old cached bokehjs that was clashing with the new bokeh version (specifically the changes introduced on both bokeh and bokehjs parts).

This discussion should provide you more details on the issue:

https://groups.google.com/a/continuum.io/forum/?utm_medium=email&utm_source=footer#!topic/bokeh/1Jo7CJ_Fzx4

···

On Tuesday, May 19, 2015 at 8:29:40 AM UTC+2, Pythonic wrote:

Thanks Bryan

clearing the cache worked, now data is rendered properly. I’ll refer this post on the one linked below from SO.

For my understanding, what was going on?

On Tuesday, 19 May 2015 05:02:19 UTC+1, Bryan Van de ven wrote:

Can you try clearing your browser cache/force reloading?

Bryan

On May 18, 2015, at 5:00 PM, Pythonic [email protected] wrote:

Worth pointing out this issue, of which I found other traces searching for a solution:

Since installing bokeh 8.x (and including 9.0), any plot involving the bokeh-server does not render data. Examples include data_tables_server.py and linked_tap_server.py. The widgets work (e.g. in data tables), but the charts are empty of data*. For clarity, I launch the server through bokeh.server.run() as per scripts/bokeh-server-script.py

This apparently extends to Python 2 and Python 3, and to several browsers, according to this user in SO.

Has anybody encountered, and solved, this issue?

  • I presume tis is not the old “zoom in” bug I found mentioned here as I cannot even see the grid of the plots


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/237c67db-408a-44f1-b88b-754a278b43d7%40continuum.io.

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

Thanks, very useful

···

On Tuesday, 19 May 2015 07:58:41 UTC+1, Fabio Pliger wrote:

Hi,

If cleaning cache solved the problem it’s likely that your browser was keeping an old cached bokehjs that was clashing with the new bokeh version (specifically the changes introduced on both bokeh and bokehjs parts).

This discussion should provide you more details on the issue:

https://groups.google.com/a/continuum.io/forum/?utm_medium=email&utm_source=footer#!topic/bokeh/1Jo7CJ_Fzx4

On Tuesday, May 19, 2015 at 8:29:40 AM UTC+2, Pythonic wrote:

Thanks Bryan

clearing the cache worked, now data is rendered properly. I’ll refer this post on the one linked below from SO.

For my understanding, what was going on?

On Tuesday, 19 May 2015 05:02:19 UTC+1, Bryan Van de ven wrote:

Can you try clearing your browser cache/force reloading?

Bryan

On May 18, 2015, at 5:00 PM, Pythonic [email protected] wrote:

Worth pointing out this issue, of which I found other traces searching for a solution:

Since installing bokeh 8.x (and including 9.0), any plot involving the bokeh-server does not render data. Examples include data_tables_server.py and linked_tap_server.py. The widgets work (e.g. in data tables), but the charts are empty of data*. For clarity, I launch the server through bokeh.server.run() as per scripts/bokeh-server-script.py

This apparently extends to Python 2 and Python 3, and to several browsers, according to this user in SO.

Has anybody encountered, and solved, this issue?

  • I presume tis is not the old “zoom in” bug I found mentioned here as I cannot even see the grid of the plots


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/237c67db-408a-44f1-b88b-754a278b43d7%40continuum.io.

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