ipykernel is not installed into the right conda environment
See original GitHub issueSelect a conda environment as a kernel
- User is prompted to install ipykernel
- However ipykernel is not installed into the selected interpreter
- It is installed into the currently selected conda environment.
pip install
works, not conda install
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Conda environments not showing up in Jupyter Notebook
This is the best answer as of Jan 2018. Jupyter should auto-discover your kernel on startup if you simply conda install ipykernel inside...
Read more >ipykernel is not installed into the right conda environment #2521
It is installed into the currently selected conda environment. pip install works, not conda install.
Read more >Get Your Conda Environment to Show in Jupyter Notebooks
1. First, install nb_conda_kernels in your base environment. Once this is installed any notebook running from the base environment will ...
Read more >install jupyter notebook conda - You.com | The AI Search ...
Run anaconda prompt as administrator. After opening anaconda command prompt type conda create -n environment_name. With this command, we can create a coding ......
Read more >How To Setup Jupyter Notebook In Conda Environment And ...
Whenever I setup a new conda environment and want to use a jupyter notebook with the correct Kernel for this environment, I find...
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
I believe that the new issue covers the issue that I’m hitting, so validating this one.
@DonJayamanne Moving my reply into the new issue that you opened.