question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bokeh RC Updates Breaks Dashboard

See original GitHub issue

In bokeh 2.3.0rc2, there are some issues with Dask dashboard documented here: https://github.com/bokeh/bokeh/issues/10935

While Bokeh updates to handle nullables for a variety of objects dask could update the null calls within Bokeh

Setting None in x_range: https://github.com/dask/distributed/blob/383ea0326ae103b5d5e0b62ed9c3cb18510c5b9e/distributed/dashboard/components/scheduler.py#L867-L874

This could be set to 100 which we do in the update: https://github.com/dask/distributed/blob/383ea0326ae103b5d5e0b62ed9c3cb18510c5b9e/distributed/dashboard/components/scheduler.py#L994

We also have a None in the Profile plot selector: https://github.com/dask/distributed/blob/383ea0326ae103b5d5e0b62ed9c3cb18510c5b9e/distributed/dashboard/components/shared.py#L277

I believe the defaults here is `[‘All’, None]

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
quasibencommented, Mar 1, 2021

Fixed on the bokeh side but I still plan change the xrange and select defaults

0reactions
jakirkhamcommented, Mar 1, 2021

This was fixed right?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Styling visual attributes — Bokeh 2.4.3 Documentation
Bokeh's themes are a set of pre-defined design parameters that you can apply ... To add line breaks to the text in an...
Read more >
Bokeh: dashboard not updating axis range based on widget ...
I am trying to implement an interactive dashboard in Bokeh with a "play" function that loops through all value pairs for two indicators ......
Read more >
Package List — Spack 0.20.0.dev0 documentation
A package universe and a request to install, remove, or upgrade packages have ... The language was derived from the Plan 9 shell,...
Read more >
Python and Bokeh — Part III (Tutorial) - Medium
The beginner's guide to creating interactive dashboards: real-time Bokeh application. In the first two parts of the series, we learned a lot ...
Read more >
Releases — HoloViews v1.15.3
Update call to panel add_periodic_callback in Bokeh gallery example (#5436) ... Added options to customize hover line_(width|join|cap|dash) properties (#5211).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found