Skip to content

Commit 3f4a310

Browse files
Update README.md
Cosmetics
1 parent 08c665e commit 3f4a310

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -795,14 +795,16 @@ You might want to change the `LOCAL_USER_ID` variable upon the first run, to pre
795795

796796
Use `app_name.app_space_name.domain_id.studio.sagemaker` or `app_name.studio.sagemaker` as the `fqdn` to connect.
797797
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".
800798

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:
802800

803801
```
804802
sm-ssh list studio.sagemaker
805803
```
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+
806808
*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`.
807809
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.
808810

0 commit comments

Comments
 (0)