Running test code
In this section, we will execute the test code found on the GitHub repository for this chapter. If you have set up the user with remote access and have completed all the steps in Chapter 1, Setting Up Amazon Braket, to set up a remote development environment using Anaconda, and you have installed the Amazon Braket SDK along with Boto3, then you are ready to start the test. You should have set up the config file and added the access keys for the user account with the appropriate access permissions as shown in the last section. So, let’s get started with the code:
- Open your Anaconda Prompt application. You should see the default environment (base) at the beginning. Please continue typing after that.
- Activate your Braket environment using the following command:
(base) conda activate Braket
- Start your Jupyter Notebook session using the following command:
(Braket) Jupyter Notebook
- After your Notebook session starts, navigate to the downloaded...