Skip to content Skip to sidebar Skip to footer

Default Kernel In Jupyter Notebook (Python3) Not Working

I installed Anaconda3 having Python 3.7.3 on Windows 10. When I launch Jupyter Notebook from Anaconda3 Navigator using environment: base(root), it shows kernel error and Python 3 (

Solution 1:

Seeing the slew of error you are getting, i advise you to reinstall anaconda on windows 10. Kernel errors aren't easily solved. So, reinstalling is the easiest way to solve this... given link should help:===>

Installing anaconda on W10


Solution 2:

1)In jupyter notebook if you find "kernel dead" then click file and select close and halt option.When notebook gets closed you can go to kernel and click restart.

2) If the above instruction didn't work then uninstall and install the following packages

    jupyter_client
    jupyter_core
    ipykernel
    ipython
    ipython_genutils 
    traitlets

Post a Comment for "Default Kernel In Jupyter Notebook (Python3) Not Working"