Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Suggestion] Install ipykernel by default #14

Open
Almenon opened this issue Dec 30, 2022 · 0 comments
Open

[Feature Suggestion] Install ipykernel by default #14

Almenon opened this issue Dec 30, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Almenon
Copy link

Almenon commented Dec 30, 2022

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: microsoft/vscode#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.

@giuseppeporcelli giuseppeporcelli self-assigned this Feb 13, 2023
@giuseppeporcelli giuseppeporcelli added the enhancement New feature or request label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants