Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Old non-existent Julia kernel still appearing in Jupyter after upgrade to 1.8, and rebuild of IJulia package

Upgraded Julia to 1.8. Ran "build IJulia" to update the package. New kernel visible in Jupyter, but so is the old one (that version of Julia is removed from system). enter image description here How can I get rid of this non existent Julia kernel?


1 Answers

You can check the name of that kernel with jupyter kernelspec list (probably julia-1.7). Then run

jupyter kernelspec remove julia-1.7

(with the actual name of the kernel in place of julia-1.7, in case it's different), and answer y to the confirmation prompt.

like image 174
Sundar R Avatar answered Oct 27 '25 02:10

Sundar R



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!