How to update jupyterlab using conda or pip?

后端 未结 4 410
挽巷
挽巷 2021-02-03 21:09

How do you update jupyterlab using conda or pip?

I understand that conda update jupyter updates jupyter notebook (I have Anaconda), but I\'m not sure this ta

4条回答
  •  日久生厌
    2021-02-03 21:33

    I was getting frustrated by trying to update Jupyterlab on Anaconda and failing. Eventually I realized that this line of code works for me:

        conda update --all
    

提交回复
热议问题