1 1 vote Whener I run Jupyter notebook there are some kernels that do not exist on system and generate errors. How can I remove them? General jupyter-notebook python programming + – 6% Accept Rate Accepted 1 answers out of 17 questions askpython 1.4k points 18 19 25 answer comment Share 0 reply Please log in or register to add a comment.
0 0 votes You can see the list of installed kernels: jupyter kernelspec list And then remove those you want with follows (replace the name of the kernel you want to remove in following command) jupyter kernelspec remove kernel tofighi answered Oct 30, 2020 tofighi 116k points 73 79 101 comment Share 0 reply Please log in or register to add a comment.