Skip to content

Commit e26d91d

Browse files
Note on choosing another instance type for notebook instance
1 parent 9bd6985 commit e26d91d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

SageMaker_SSH_Notebook.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,15 @@
147147
"\n",
148148
"estimator.fit({'notebook': 'file://'})"
149149
]
150+
},
151+
{
152+
"cell_type": "markdown",
153+
"source": [
154+
"Alternatively, if you want to work on a different instance type, submit the training job to SageMaker cluster as described in [Remote code execution with PyCharm / VSCode over SSH](https://github.com/aws-samples/sagemaker-ssh-helper#remote-interpreter) and use `sm-local-ssh-training` command instead of `sm-local-ssh-notebook`."
155+
],
156+
"metadata": {
157+
"collapsed": false
158+
}
150159
}
151160
],
152161
"metadata": {

0 commit comments

Comments
 (0)