coiled / dask-community

Issue tracker for the Dask community team
MIT License
2 stars 0 forks source link

[Stack Overflow] Starting Dask Dashboard outside Jupyter Notebooks #800

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

I want to see the DASK-Dashboard of my LocalCluster-Clients. It kinda works, but all I see is the error site, to update bokeh:

Dask needs bokeh >= 2.1.1 for the dashboard.

Install with conda: conda install bokeh>=1.0

Install with pip: pip install b…

Would you like to know more?

Read the full article on the following website:

https://stackoverflow.com/questions/71660585/starting-dask-dashboard-outside-jupyter-notebooks

buckeye17 commented 1 year ago

I encountered a very similar problem. My solution was pip install panel, so the html error page wasn't very helpful....