Access variables from within a numba process running in the background?

I am trying to implement a progress bar in my frontend application to show the progress of a numba nopython process running in the background.

Some great work has been done on a progress bar for numba functions (numba-progress · PyPI), however I would like to access information on the status of a method running from a jit class.

Hi @brayps,

Can you share a short example of what you’re trying to achieve?

Regards