Jupyter-Kale / kale

Jupyter Interactive Workflows for High Performance Computing
Other
15 stars 3 forks source link

System resource monitoring #26

Open OliverEvans96 opened 7 years ago

OliverEvans96 commented 7 years ago

It would be great to have some resource monitoring like dask:

Talk: https://www.youtube.com/watch?v=FTJwDeXkggU API: http://dask.pydata.org/en/latest/diagnostics.html JupyterLab Extension: https://github.com/dask/dask-labextension (not working with jlab master)

I'm wondering if we can get away with using dask to execute workflows, since that would likely gain us these tools.

OliverEvans96 commented 7 years ago

It seems like the monitoring graphs from dask are modular and fit well into our widget paradigm.