aws-samples / aws-samples/amazon-sagemaker-codeserver

[Feature Suggestion] Install ipykernel by default

Open
#14 0 comments 1 reaction 1 assignee Claimed by @giuseppeporcelli View on GitHub
enhancement
Dominant language
Shell
Stars
56
Forks
20
PR merge metrics
No merged PRs in 30d

Description

VSCode defaults to the codeserver_py39. However, that kernel is unable to even run notebook cells.

```
Running cells with 'Python 3.9.15 ('codeserver_py39': conda)' requires ipykernel package.
Run the following command to install 'ipykernel' into the Python environment.
Command: 'conda install -n codeserver_py39 ipykernel --update-deps --force-reinstall'
```

Unfortunately changing the default does not appear to be possible: https://github.com/microsoft/vscode/issues/130946

Thus, I suggest adding a installation of ipykernel for codeserver_py39 to the install/setup script (not sure which one).

Installing the sagemaker python sdk `sagemaker` would probably also be a good idea.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.