Ian Rose
Ian Rose
Thanks for the report @tomtok9. What version of `distributed` are you using? @mrocklin Could this have anything to do with #73?
Also, can you inspect the config object manually, @tomtok9, to see if `dask` is picking up the right config files? (`dask.config.get`)
We get the list of charts from `individual-plots.json` endpoint in the distributed dashboard. They are given as an unordered JSON object, but we could sort the keys before displaying them....
Thanks for the report @quasiben. Can you confirm that it was working before? A few things to check: What versions of `dask-labextension` (npm) and `dask_labextension` (python) are you using? Is...
@quasiben Hmm, those versions look reasonable. Is it possible that your version of `distributed` is broken? Can you go to the individual dashboard urls in a separate browser tab, rather...
Thanks for following up. Did you get it working? If so, any secrets you can share for future users who may run into the same issue?
> Using the above the proxying didn't work at all. I think added `jupyter-server-proxy` which brought me back to buttons not being responsive: I'm confused -- what is the difference...
Do you have any dask config that might be setting the dashboard link to something unintended?
I agree it shouldn't matter but maybe try removing it anyways? I just tried your install setup on Ubuntu 18.04 and everything seemed to be working as expected.
I'm a bit at a loss. I think you will run into troubles if your config tries to launch a CUDA cluster when dask-cuda is not installed. But if that...