dask/dask-tutorial

Struggling to generate the dask.distributed.Client().cluster widget

tomslade1 opened this issue · 3 comments

Hi guys,

I've got here from your SciPy'19 tutorial video; and am using the dask-scipy conda env. (A big thanks for all the documentation, it's incredibly intuitive!)

I'm trying to load up the Client().cluster object that enables dynamic toggling of the cores & workers in the cluster:

from dask.distributed import Client
client = Client()
client.cluster

But instead of getting:
image

it returns the following:

'VBox(children=(HTML(value='<h2>LocalCluster</h2>'), HBox(children=(HTML(value='\n<div>\n <style scoped>\n …'

which looks like it's just not being rendered by an appropriate package.

Initial thinking was this might be because Bokeh/ipywidgets wasn't installed; but I separately installed both packages using conda and am still having no luck.

My current conda env is below:
github.txt

Any advice would be super appreciated!

Thanks for getting back so quick!

Yes I am and that solved it for me - thanks (sorry for the dumb issue!!)