本文介绍了如何使用conda或pip更新jupyterlab?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何使用conda或pip更新jupyterlab?
How do you update jupyterlab using conda or pip?
我了解到conda update jupyter
更新了jupyter笔记本(我有Anaconda),但是我不确定这是否也需要jupyterlab.
I understand that conda update jupyter
updates jupyter notebook (I have Anaconda), but I'm not sure this takes care of jupyterlab as well.
推荐答案
conda update jupyter
不会自动更新jupyterlab.您必须明确要求更新jupyterlab:
conda update jupyter
will not automatically update jupyterlab. You have to explicitly request an update of jupyterlab:
conda update jupyterlab
这篇关于如何使用conda或pip更新jupyterlab?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!