Search code examples
anacondajupyterjupyter-lab

How to update jupyterlab using conda or pip


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 takes care of jupyterlab as well.


Solution

  • conda update jupyter will not automatically update jupyterlab. You have to explicitly request an update of jupyterlab:

    conda update jupyterlab