0

PyCharm has launched a new 2023 version with a new feature to remotely connect to a Jupyter notebook. The instructions in the tutorial say to type a server URL and a token:

pycharm instructions

My question is how do I get the relevant details (server URL and token) for my Sagemaker Studio Jupyter notebook.

Alaa M.
  • 4,961
  • 10
  • 54
  • 95
  • What is the reason you would like to connect to Studio via PyCharm? Studio is designed to be used as a "Single ML IDE" it contains a bunch of features for all stages of the ML process and brings all SageMaker components into a unified single pane of glass. You can access Studio via a pre-signed URL using CreateDomainPresignedUrl: https://docs.aws.amazon.com/cli/latest/reference/sagemaker/create-presigned-domain-url.html – Marc Karp Apr 10 '23 at 15:38

1 Answers1

0

You could probably do this using Using SageMaker SSH Helper, after setting up an SSH connection between your local PyCharm and SageMaker studio notebook.

Gili Nachum
  • 5,288
  • 4
  • 31
  • 33