Skip to content

Commit 40e60b5

Browse files
committed
updated
1 parent 31571a7 commit 40e60b5

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

notebooks/GenAI/AWS_Amazon_Q_Developer.ipynb

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
" \"Resource\": [\n",
4545
" \"*\"\n",
4646
" ]\n",
47-
" }\n",
47+
" },\n",
4848
" {\n",
4949
" \"Sid\": \"AmazonQDeveloperPermissions\",\n",
5050
" \"Effect\": \"Allow\",\n",
@@ -54,6 +54,7 @@
5454
" \"Resource\": \"*\"\n",
5555
" }\n",
5656
" ```\n",
57+
" - Install Jupyter Lab extension running `pip install amazon-sagemaker-jupyter-ai-q-developer`\n",
5758
"\n",
5859
"- Local IDE\n",
5960
" - AWS account is not required \n",
@@ -90,6 +91,17 @@
9091
"**Note:** Generative AI responses may differ for each user, even with the same input, due to its dynamic and context-sensitive nature."
9192
]
9293
},
94+
{
95+
"cell_type": "code",
96+
"execution_count": null,
97+
"metadata": {
98+
"scrolled": true
99+
},
100+
"outputs": [],
101+
"source": [
102+
"!pip install amazon-sagemaker-jupyter-ai-q-developer"
103+
]
104+
},
93105
{
94106
"cell_type": "markdown",
95107
"metadata": {
@@ -533,15 +545,23 @@
533545
],
534546
"metadata": {
535547
"kernelspec": {
536-
"display_name": "base",
548+
"display_name": "conda_python3",
537549
"language": "python",
538-
"name": "python3"
550+
"name": "conda_python3"
539551
},
540552
"language_info": {
553+
"codemirror_mode": {
554+
"name": "ipython",
555+
"version": 3
556+
},
557+
"file_extension": ".py",
558+
"mimetype": "text/x-python",
541559
"name": "python",
542-
"version": "3.11.7"
560+
"nbconvert_exporter": "python",
561+
"pygments_lexer": "ipython3",
562+
"version": "3.10.17"
543563
}
544564
},
545565
"nbformat": 4,
546-
"nbformat_minor": 2
566+
"nbformat_minor": 4
547567
}

0 commit comments

Comments
 (0)