Validating if SDK installation is working
In this section, we will execute the test code found on the GitHub repo for this chapter. We will only ensure the Amazon Braket SDK is installed properly and working. More details on the Amazon devices will be covered in Chapter 2, Braket Devices Explained, and we will set up the appropriate permissions to run a remote connection between Amazon Braket and a remote Jupyter notebook session in Chapter 3, User Setup, Tasks, and Understanding Device Costs. Let’s verify that the SDK is installed properly:
- Open your Anaconda Prompt application.
- Activate your Braket environment. Your prompt should already say
(base)
. Type the command following the prompt as shown here:(base) Conda activate Braket
- Start your Jupyter Notebook session using the following command:
(Braket) Jupyter Notebook
- After your Notebook session starts, navigate to the GitHub repository of the book, select the
Chapter 1
folder, and then open theSample...