amazon-sagemaker-codeserver icon indicating copy to clipboard operation
amazon-sagemaker-codeserver copied to clipboard

Interactive python window not launching on code cell execution

Open Data-Jack opened this issue 2 years ago • 0 comments

I used the medium blog to setup code-server in a notebook instance. Only change I made was using the latest release https://github.com/aws-samples/amazon-sagemaker-codeserver/releases/download/v0.2.0/amazon-sagemaker-codeserver-0.2.0.tar.gz.

I then installed the Jupyter extension through the gui and tried to execute a code cell. However the interactive python session just infinitely hangs. The same happens when i launch a notebook.

image

Any suggestion on how to debug this? My guess is pre installed jupyter config is different and vscode can't find an active server instance.

Data-Jack avatar Sep 15 '23 16:09 Data-Jack