Consider using this if running in a containerized environment and externalbrowser auth frequently hangs while waiting for callback NOTE: this has not been tested extensively, but has been shown to ...
Computers and decimals: 0.1 + 0.2 Computers store numbers in binary, so some decimals are slightly inexact. Never test floats with == — use np.isclose (or a tolerance). This matters when checking ...