Hi @<1523701797800120320:profile|SteadySeagull18> , can you please elaborate on what you mean?
I am wondering if there is a way for me to connect to a currently worker process and interact with anything in the script with expects user input. For example, if I submitted a task that had this as its script:
# ... other stuff
import code
code.interact()
would there be any way for me to connect and actually use the interactive Python session it drops into?
(My specific use case is wanting to interact with a debugger)
After looking through the docs again, I don't know how I missed the ClearML Session page, that seems like exactly what I want.