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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -807,9 +807,7 @@ To see available apps and host fqdns to connect to, run the `list` command:
807
807
sm-ssh list studio.sagemaker
808
808
```
809
809
810
-
The configuration is finished now.
811
-
812
-
**Go through the step "3. Configure the remote interpreter in your IDE" in the [Remote code execution](#remote-interpreter) section.**
810
+
The configuration is finished now. **Go to the step "3. Configure the remote interpreter in your IDE" in the [Remote code execution](#remote-interpreter) section.**
813
811
814
812
*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`.
815
813
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