Sanchit Kumar

Results 2 issues of Sanchit Kumar

Check if IAM role already exists and then skip creating a new one. ``` try: create_response = iam_client.create_role( Path='/', RoleName=role_name, Description=role_description, AssumeRolePolicyDocument = role_policy_document ) logger.debug(f"Got response from IAM client...

Hi Team, As mentioned, I am not able to see the nbextension server extension on the UI in the browser. I followed the installation instructions. 1.) Ran a conda installation...