Kenny Chou
Results
2
issues of
Kenny Chou
My config file has two profiles listed. ``` [default] region = eu-west-1 output = json [profile my_role] role_arn = arn:aws:iam::0000000000:role/XXXXXX mfa_serial = arn:aws:iam::0000000000:mfa/YYYYYYY role_session_name = kenny.chou region = eu-west-1 output...
question
# Scenario * Create a notebook `hello.ipynb`, stage it * run pre-commit with the following config: ``` - repo: https://github.com/mwouts/jupytext rev: v1.14.0 # CURRENT_TAG/COMMIT_HASH hooks: - id: jupytext args: [--from,...