File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 5555 " %%sh\n " ,
5656 " pip install -U pip\n " ,
5757 " pip uninstall --root-user-action ignore -y awscli\n " ,
58- " pip install --root-user-action ignore -q sagemaker-ssh-helper"
58+ " pip install --root-user-action ignore -q -U sagemaker-ssh-helper\n " ,
59+ " pip freeze | grep sagemaker-ssh-helper"
5960 ]
6061 },
6162 {
Original file line number Diff line number Diff line change 2323 " %%sh\n " ,
2424 " pip install -U pip\n " ,
2525 " pip uninstall --root-user-action ignore -y awscli\n " ,
26- " pip install --root-user-action ignore -q sagemaker-ssh-helper"
26+ " pip install --root-user-action ignore -q -U sagemaker-ssh-helper\n " ,
27+ " pip freeze | grep sagemaker-ssh-helper"
2728 ]
2829 },
2930 {
106107 {
107108 "cell_type" : " code" ,
108109 "execution_count" : null ,
109- "metadata" : {},
110+ "metadata" : {
111+ "pycharm" : {
112+ "is_executing" : true
113+ }
114+ },
110115 "outputs" : [],
111116 "source" : [
112117 " with open(os.path.expanduser('~/.sm-ssh-owner')) as f:\n " ,
You can’t perform that action at this time.
0 commit comments