Greetings fellow Jovyans!

I'm setting up an application in a Jupyter notebook that will launch a 
large number of very long (multiple day) jobs/calculations on a cluster of 
GPU machines.

How would folks recommend setting up a dashboard to monitor the progress of 
those calculations within a Jupyter notebook?

I was thinking a dashboard made up of jupyter widgets composed of HBox, 
VBox, Buttons, Labels etc that would be updated every couple of seconds 
from a process launched by evaluating a function in a cell.

The dashboard would contain a button to shut down the process that monitors 
the jobs.

Has anyone done anything like this?   Are there any examples that folks 
could point me towards?

Note: I'm not doing this in Python.   We've implemented a new kernel in 
Common Lisp and we have ported Jupyter Widgets 7.1 to this kernel. 
 Everything is compiled to native code and we have threading implemented 
using pthreads.

Best,

Christian Schafmeister
Professor,
Chemistry Department,
Temple University


-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/b16cffaf-3d31-49d0-8469-e50f9b1f3ebb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to