You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -795,14 +795,16 @@ You might want to change the `LOCAL_USER_ID` variable upon the first run, to pre
795
795
796
796
Use `app_name.app_space_name.domain_id.studio.sagemaker` or `app_name.studio.sagemaker` as the `fqdn` to connect.
797
797
Use `sagemaker-user` as user.
798
-
See more details on how to configure the interpreter for the IDE in the [Remote code execution](#remote-interpreter) section,
799
-
step "3. Configure the remote interpreter in your IDE".
800
798
801
-
To see available apps to connect to, you may run the `list` command:
799
+
To see available apps and host fqdns to connect to, run the `list` command:
802
800
803
801
```
804
802
sm-ssh list studio.sagemaker
805
803
```
804
+
805
+
**See more details on how to configure the interpreter for the IDE in the [Remote code execution](#remote-interpreter) section,
806
+
step "3. Configure the remote interpreter in your IDE".**
807
+
806
808
*Tip:* When you configure Python interpreter in PyCharm with SageMaker Studio, it's recommended to configure [the deployment path mapping](https://www.jetbrains.com/help/pycharm/creating-local-server-configuration.html#mapping) for you project to point into `/home/sagemaker-user/user-default-efs/project_name` instead of default `/tmp/pycharm_project_123`.
807
809
This is how you will be able to see your project in SageMaker Studio and PyCharm will automatically sync your local dir to the remote dir.
0 commit comments