Skip to content

Commit

Permalink
Update AWS_Amazon_Q.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiyapriyaS authored Nov 21, 2024
1 parent 131bdf3 commit 65e68d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions notebooks/GenAI/AWS_Amazon_Q.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"\n",
"4. Click on the role and scroll down to the role policies\n",
"\n",
"![alt text](IAM-role.png)\n",
"![alt text](https://github.com/STRIDES/NIHCloudLabAWS/blob/drafts/docs/images/Q-IAM-role.png)\n",
"\n",
"![alt text](role-policy.png)\n",
"![alt text](https://github.com/STRIDES/NIHCloudLabAWS/blob/drafts/docs/images/Q-role-policy.png)\n",
"\n",
"5. Add the following policy to the IAM role: \n",
"\n",
Expand All @@ -66,15 +66,15 @@
"```\n",
"6. Review and save your changes\n",
"\n",
"![alt text](iam-policy-review.png)\n",
"![alt text](https://github.com/STRIDES/NIHCloudLabAWS/blob/drafts/docs/images/Q-iam-policy-review.png)\n",
"\n",
"7. Open your SageMaker studio UI and create a JupyterLab Space\n",
"\n",
"![alt text](jupy-lab.png)\n",
"![alt text](https://github.com/STRIDES/NIHCloudLabAWS/blob/drafts/docs/images/Q-jupy-lab.png)\n",
"\n",
"8. Click on the Amazon Q logo on the left panel \n",
"\n",
"![alt text](amazon-q-jup.png)\n",
"![alt text](https://github.com/STRIDES/NIHCloudLabAWS/blob/drafts/docs/images/Q-amazon-q-jup.png)\n",
"\n",
"Alternatively, you may open a CodeEditor application from the SageMaker Studio UI and install Amazon Q as an extension. Please note that when this application is shut down, the extension will be removed. \n",
"\n",
Expand Down Expand Up @@ -126,7 +126,7 @@
"\n",
"Try it out! Let's try adding a sixth step to the `bioinformatics-testing.py` script, where we will run samtools sort, to this script. As you type, press the tab key to see what the coding assistant suggests for you!\n",
"\n",
"![alt text](code-completion-1.png.png)\n",
"![alt text](https://github.com/STRIDES/NIHCloudLabAWS/blob/drafts/docs/images/Q-code-completion-1.png.png)\n",
"\n",
"Samtools Sorting Example: \n",
"```python\n",
Expand Down

0 comments on commit 65e68d4

Please sign in to comment.