Currently, we only support a handful of printf operators (%d%e%f%g%i) that can be passed to JavaScript; the linked issue suggests an improvement to formatting strings on the Python side.
Any update on implementing this functionality? It would be very helpful to allow for passing of f style print formats such as “{:,.0f}”. Great tool and appreciate the work!