删除jupyter其他内核的方法

  介绍

不懂删除jupyter其他内核的方法?其实想解决这个问题也不难、下面让小编带着大家一起学习怎么去解决,希望大家阅读完这篇文章后大所收获。

下面我们通过实例来看一下删除jupyter其他内核的方法:

1,查看jupyter已经安装的内核版本:

→,jupyter  kernelspec 列表   Available 内核:   scala210 才能,,,,,,,,,,,,,,,,/用户/yumm/.ipython/内核/scala210   scala211 才能,,,,,,,,,,,,,,,,/用户/yumm/.ipython/内核/scala211   python2 才能,,,,,,,,,,,,,,,,,/用户/yumm/图书馆/Jupyter/内核/python2   python3 才能,,,,,,,,,,,,,,,,,/用户/yumm/anaconda3/分享/jupyter/内核/python3   apache_toree_pyspark 才能,,,,/usr/地方/分享/jupyter/内核/apache_toree_pyspark   apache_toree_scala 才能,,,,,,/usr/地方/分享/jupyter/内核/apache_toree_scala   apache_toree_sparkr 才能,,,,,/usr/地方/分享/jupyter/内核/apache_toree_sparkr   apache_toree_sql 才能,,,,,,,,/usr/地方/分享/jupyter/内核/apache_toree_sql

2,移除安装Scala210的内核

→,jupyter  kernelspec  remove  Scala210   →,jupyter  kernelspec 列表   Available 内核:   scala211 才能,,,,,,,,,,,,,,,,/用户/yumm/.ipython/内核/scala211   python2 才能,,,,,,,,,,,,,,,,,/用户/yumm/图书馆/Jupyter/内核/python2   python3 才能,,,,,,,,,,,,,,,,,/用户/yumm/anaconda3/分享/jupyter/内核/python3   apache_toree_pyspark 才能,,,,/usr/地方/分享/jupyter/内核/apache_toree_pyspark   apache_toree_scala 才能,,,,,,/usr/地方/分享/jupyter/内核/apache_toree_scala   apache_toree_sparkr 才能,,,,,/usr/地方/分享/jupyter/内核/apache_toree_sparkr   apache_toree_sql 才能,,,,,,,,/usr/地方/分享/jupyter/内核/apache_toree_sql

使用的命令:

查看jupyter笔记本内核

jupyter  kernelspec 列表

删除,jupyter内核

jupyter  kernelspec  remove  kernelname

感谢你能够认真阅读完这篇文章,希望小编分享删除jupyter其他内核的方法内容对大家有帮助,同时也希望大家多多支持,关注行业资讯频道,遇到问题就找,详细的解决方法等着你来学习!

删除jupyter其他内核的方法