Ian Rose

Results 303 comments of Ian Rose

[Here](https://github.com/ian-r-rose/dask-labextension/tree/binderize) is a branch that specifies a working environment, demonstrated on Binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ian-r-rose/dask-labextension/binderize?urlpath=lab)

Wild, thanks for the updates @TomAugspurger and @jakirkham. I'm still not sure what's going on as I can't reproduce it locally, but enough people are seeing it that there seems...

@dhirschfeld, thanks for the report. My intention was that the "search" icon next to the URL would attempt to automatically query the dashboard URL from the currently active notebook/console. Is...

@dhirschfeld I am having a tough time reproducing this. I have a notebook with a single cell: ```python from dask.distributed import Client client = Client() client ``` and am performing...

This should be fixed by #36, once that lands.

Thanks for raising this @consideRatio . In general, this is a hard problem, as dask doesn't really have a built-in cluster discovery method. Short of port sniffing, I'm not sure...

Sorry for the slow response @costrouc! (and :wave: @dharhas ) The biggest constraint here is that, as far as I know, the bokeh server that hosts the dashboard doesn't provide...

> @dharhas and @ian-r-rose in our case the dask dashboards are served within the same dns hostname so CORS would not be an issue as far as I know. Would...

@viniciusdc Yeah, the possible fix I suggested above is to avoid the `DaskDashboardCheckHandler` all-together when we expect the browser request to succeed.

Great! Would love to see a PR @viniciusdc!