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
conda update jupyter
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