Ian Rose

Results 303 comments of Ian Rose
trafficstars

I kind of like the informality of `gonna_run_dask` (though I take your point that `gonna_run_distributed` is a bit more accurate). Having the more conversational tone is one way of signposting...

Thanks for the writeup @pavithraes! What is going on here is that the `concurrent.futures` `ProcessPoolExecutor` [must have access to the `__main__` in which the function is defined](https://docs.python.org/3/library/concurrent.futures.html#processpoolexecutor) in order to...

Thanks for writing this up @jacobtomlinson, it's always useful (and humbling) to see this through new users' eyes. > Failure 3 While testing they continued to run client = Client()...

Thanks for the info @ryanlovett! I'll do some experiments with the current overhauled version and see how far I can get.

Any further thoughts on this @yuvipanda? The linked examples seem to be more oriented around traitlets and entry points. I'd probably prefer to drive it programmatically rather than via configuration...

I mean more of the second. In my case, I am starting dask clusters from python code in a server extension. From them, I know the dashboard url, and I...

@yuvipanda I'm starting to think about this again, and would love to stop using my fork of the earlier `nbserverproxy`. If you were able to provide some guidance/review, I'd be...

@jareducherek As it happens, @mrocklin and I have created a demo that does almost exactly that: https://github.com/ian-r-rose/jupyterlab-bokeh-server

@LightnerAndrew Can you try downgrading to tornado 5.1.1? There have been some pretty wide-ranging issues with the recent tornado 6 upgrade, and we may need to make some updates to...