question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

2.1.1 doesn't discover kernels anymore

See original GitHub issue

Going back to 2.1.0 fix it.

# conda info
active environment : None
            shell level : 0
       user config file : /home/hadim/.condarc
 populated config files : /home/hadim/.condarc
          conda version : 4.5.5
    conda-build version : 3.10.9
         python version : 3.6.5.final.0
       base environment : /home/hadim/local/conda  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/free/linux-64
                          https://repo.anaconda.com/pkgs/free/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/pro/linux-64
                          https://repo.anaconda.com/pkgs/pro/noarch
          package cache : /home/hadim/local/conda/pkgs
                          /home/hadim/.conda/pkgs
       envs directories : /home/hadim/local/conda/envs
                          /home/hadim/.conda/envs
               platform : linux-64
             user-agent : conda/4.5.5 requests/2.18.4 CPython/3.6.5 Linux/4.15.0-24-generic ubuntu/18.04 glibc/2.27
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False
$ conda list |grep jupyter
jupyter_client            5.2.3                    py36_0    conda-forge
jupyter_core              4.4.0                      py_0    conda-forge
jupyterlab                0.32.1                   py36_0    conda-forge
jupyterlab_launcher       0.10.5                   py36_0    conda-forge
$ conda list |grep ipy
ipykernel                 4.8.2                    py36_0    conda-forge
ipython                   6.4.0                    py36_0    conda-forge
ipython_genutils          0.2.0                    py36_0    conda-forge

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
michaelayecommented, Jul 6, 2018

quick workaround as written in the related feedstock issue:

python -m nb_conda_kernels.install --enable

after installing the conda package.

1reaction
mcg1969commented, Jul 5, 2018

Yes, sorry. It’s actually a fault of my conda-forge recipe, I think. Unfortunately, I am out of the country and cannot fix, but I can accept PR’s if anyone can offer it. But I think the PR has to go to the feedstock.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't connect to Kernel anymore · Issue #563 - GitHub
Hi, I can no longer connect to ipython kernels while using Jupyterhub and I was hoping someone could give me some pointers, my...
Read more >
Jupyter Notebook - Cannot Connect to Kernel - Stack Overflow
Now open the jupyter and select the "my_env" from Kernel option. ... If the above does not work for you then this is...
Read more >
[Stable Update] 2022-02-14 - Kernels, Haskell, Cutefish 0.7 ...
This bug has been fixed in recent updates, so if you are running a kernel with version >= 5.5 and the 4xx version...
Read more >
What to do when things go wrong - The Jupyter Notebook
As a result, when encountering kernel startup issues, again, check the argv stanza and verify it's pointing to a valid file. You may...
Read more >
General troubleshooting - ArchWiki
To fix them, reboot systematically after updating the kernel. The long-term evolution, yet to be implemented, will be to use versioned kernel ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found