Skip to content

Commit 73630b2

Browse files
committed
minor improvement
1 parent 2c2b61c commit 73630b2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

sagemaker-featurestore/feature_store_feature_processor.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"id": "a65db47d",
7777
"metadata": {},
7878
"source": [
79-
"Alternatively If you are running this notebook on SageMaker Studio, you can execute the following cell to install runtime dependencies."
79+
"Alternatively If you run this notebook on SageMaker Studio, you can execute the following cell to install runtime dependencies."
8080
]
8181
},
8282
{
@@ -95,6 +95,15 @@
9595
"%pip install ipykernel"
9696
]
9797
},
98+
{
99+
"attachments": {},
100+
"cell_type": "markdown",
101+
"id": "f50b2d1f",
102+
"metadata": {},
103+
"source": [
104+
"To get the Feature Processor module, we need to reinstall the SageMaker python SDK along with extra dependencies."
105+
]
106+
},
98107
{
99108
"cell_type": "code",
100109
"execution_count": null,
@@ -117,6 +126,9 @@
117126
},
118127
"outputs": [],
119128
"source": [
129+
"\"\"\"\n",
130+
"Restart the kernel.\n",
131+
"\"\"\"\n",
120132
"from IPython.display import display_html\n",
121133
"\n",
122134
"display_html(\"<script>Jupyter.notebook.kernel.restart()</script>\", raw=True)"

0 commit comments

Comments
 (0)