I am getting a Module not found error when using jwt. Here is how I declared it:
def create_jwt_token(): payload = { \"iat\": int(time.time(
After trying several workarounds, I created a new Python notebook with the same code and it appears to be working. I am not sure what was the issue before.