File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 76
76
"id" : " a65db47d" ,
77
77
"metadata" : {},
78
78
"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."
80
80
]
81
81
},
82
82
{
95
95
" %pip install ipykernel"
96
96
]
97
97
},
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
+ },
98
107
{
99
108
"cell_type" : " code" ,
100
109
"execution_count" : null ,
117
126
},
118
127
"outputs" : [],
119
128
"source" : [
129
+ " \"\"\"\n " ,
130
+ " Restart the kernel.\n " ,
131
+ " \"\"\"\n " ,
120
132
" from IPython.display import display_html\n " ,
121
133
" \n " ,
122
134
" display_html(\" <script>Jupyter.notebook.kernel.restart()</script>\" , raw=True)"
You can’t perform that action at this time.
0 commit comments