To install the dependencies required for running the notebook examples in this repository you can create a conda environment with below commands.
conda env create -n <your_env_name> -f environment.ymlActivate the conda environment using: ß
conda activate <your_env_name>To remove the conda environment use:
conda deactivateFor more information, please see conda usage
To run the notebook examples locally on your IDE, first, configure a profile to use your account to interact with AWS. To learn more, see Configure AWS CLI.
After you create a profile, use the following command to set the AWS_PROFILE so that all future commands can access your AWS account and resources.
export AWS_PROFILE=YOUR_PROFILE_NAMEIf you encounter bugs or face issues while using the examples, please let us know by posting
the issue on our Github issue tracker.
For other issues or general questions, please ask on the Quantum Computing Stack Exchange and add the tag amazon-braket.
If you have feedback or features that you would like to see on Amazon Braket, we would love to hear from you!
Github issues is our preferred mechanism for collecting feedback and feature requests, allowing other users
to engage in the conversation, and +1 issues to help drive priority.