From cfc0e596adec4ac65f9fb6a06d09d2abe3d37f1f Mon Sep 17 00:00:00 2001 From: RamiyapriyaS <140844790+RamiyapriyaS@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:42:52 -0500 Subject: [PATCH] Update AWS_Amazon_Q.ipynb --- notebooks/GenAI/AWS_Amazon_Q.ipynb | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/notebooks/GenAI/AWS_Amazon_Q.ipynb b/notebooks/GenAI/AWS_Amazon_Q.ipynb index 76a0069..12d12e6 100644 --- a/notebooks/GenAI/AWS_Amazon_Q.ipynb +++ b/notebooks/GenAI/AWS_Amazon_Q.ipynb @@ -40,9 +40,9 @@ "\n", "4. Click on the role and scroll down to the role policies\n", "\n", - "![alt text](../../Q-IAM-role.png)\n", + "![alt text](../../docs/images/Q-IAM-role.png)\n", "\n", - "![alt text](../../Q-role-policy.png)\n", + "![alt text](../../docs/images/Q-role-policy.png)\n", "\n", "5. Add the following policy to the IAM role: \n", "\n", @@ -68,15 +68,15 @@ "```\n", "6. Review and save your changes\n", "\n", - "![alt text](../../Q-iam-policy-review.png)\n", + "![alt text](../../docs/images/Q-iam-policy-review.png)\n", "\n", "7. Open your SageMaker studio UI and create a JupyterLab Space\n", "\n", - "![alt text](../../Q-jupy-lab.png)\n", + "![alt text](../../docs/images/Q-jupy-lab.png)\n", "\n", "8. Click on the Amazon Q logo on the left panel \n", "\n", - "![alt text](../../Q-amazon-q-jup.png)\n", + "![alt text](../../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 Developer as an extension. Please note that when this application is shut down, the extension will be removed. " ] @@ -125,7 +125,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](../../Q-code-completion-1.png.png)\n", + "![alt text](../../docs/images/Q-code-completion-1.png.png)\n", "\n", "Samtools Sorting Example: \n", "```python\n", @@ -158,11 +158,11 @@ "4. Navigate to the Amazon Q Developer search bar and type in `/fix`\n", "5. Click on the down arrow next to the send button and select \"Send message with selection\" \n", "\n", - "![alt text](../../Q-send-cell-with-prompt.png)\n", + "![alt text](../../docs/images/Q-send-cell-with-prompt.png)\n", "\n", "##### **Response** \n", "\n", - "![alt text](../../Q-fix.png)\n", + "![alt text](../../docs/images/Q-fix.png)\n", "\n", "##### **Response Breakdown**\n", "* The response contains the corrected code, a description of what the code does and suggestions for improving it. \n", @@ -176,7 +176,7 @@ "\n", "##### **Response**\n", "\n", - "![alt text](../../Q-optimize.png)\n", + "![alt text](../../docs/images/Q-optimize.png)\n", "\n", "##### **Response Breakdown** \n", "A few methods of optimization are suggested. \n", @@ -188,7 +188,7 @@ "\n", "##### **Response** \n", "\n", - "![alt text](../../Q-explain.png)\n", + "![alt text](../../docs/images/Q-explain.png)\n", "\n", "##### **Response Breakdown** \n", "* The functions present in the code snippet are explained. Additionally, suggestions to enhance the code are provided" @@ -248,7 +248,7 @@ "source": [ "##### **Response**\n", "\n", - "![alt text](../../Q-parallel-processing.png)" + "![alt text](../../docs/images/Q-parallel-processing.png)" ] }, { @@ -313,7 +313,7 @@ "source": [ "##### **Response**\n", "\n", - "![alt text](../../Q-optimize-script.png)" + "![alt text](../../docs/images/Q-optimize-script.png)" ] }, { @@ -377,7 +377,7 @@ "source": [ "##### **Response**\n", "\n", - "![alt text](../../Q-snakemake-wf.png)" + "![alt text](../../docs/images/Q-snakemake-wf.png)" ] }, { @@ -437,7 +437,7 @@ "source": [ "##### **Response**\n", "\n", - "![alt text](../../Q-snakemake-cloud.png)" + "![alt text](../../docs/images/Q-snakemake-cloud.png)" ] }, { @@ -479,7 +479,7 @@ "source": [ "##### **Response**\n", "\n", - "![alt text](../../Q-R-script.png)" + "![alt text](../../docs/images/Q-R-script.png)" ] }, {