Could not install ipykernel in devcontainer
See original GitHub issueTesting #7680
- On MacOS
- Open the
jupyter-datascience-notebooks
dev container from https://github.com/Microsoft/vscode-dev-containers - Follow instructions in test plan item up to running the cell
- Click prompt to install
ipykernel
Bug I get a error notification :
Could not install ipykernel. If pip is not available, please use the package manager of your choice to manually install this library into your Python environment.
Potentially relevant other logs from dev tools:
I was using the following kernel:
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
python - I get an error while installing ipykernel on vscode
You can use the shortcut key Ctrl+Shift+ to open a new VScode terminal, it will automatically enter the currently selected VSCode environment.
Read more >Working with Jupyter Notebooks in Visual Studio Code
If you attempt to open a notebook when VS Code is in an untrusted workspace running Restricted Mode, you will not be able...
Read more >Advanced Visual Studio Code for Python Developers
In this tutorial, you'll learn how you can configure, extend, and optimize Visual Studio Code for a more effective and productive Python development ......
Read more >Jupyter Notebooks + VSCode Dev Container ... - KeesTalksTech
It would not be the first time that someone "bricked" their Python ... Intro; Default Python Dev Container Setup; Install IPython & Pandas ......
Read more >Run Jupyter Notebooks with Python Virtual Environments
You can also use conda if you prefer. A) Ensure you have venv installed. If not, run the following command: sudo apt install...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah yes that was the issue! After opening the parent folder, I could select the kernel and then install worked properly
We’re waiting on telemetry for this, Brett didn’t want to install Pip as he didn’t believe it was the right solution when I submitted a PR to do that in the Python extension.
@rchiodo /cc