4,049 views
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?
6% Accept Rate Accepted 1 answers out of 17 questions

1 Answer

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

Related questions

1 1 vote
1 1 answer
2.8k
2.8k views
tofighi asked Feb 27, 2020
2,766 views
How can I give access to others to view, comment or edit my Jupyter Notebook on Google Colab?
0 0 votes
1 1 answer
900
900 views
1 1 vote
1 answers 1 answer
5.9k
5.9k views
1 1 vote
1 1 answer
742
742 views
1 1 vote
1 1 answer
2.5k
2.5k views
tofighi asked Feb 27, 2020
2,535 views
Please show us how to print to pdf in Google Colab or any other webpages in Google Chrome?