I ran “Anaconda Navigator” from the start menu of my Windows 10 OS.
From the “Home” tab I chose the “example” environment, which I had previously created from the Anaconda prompt.
The list of applications included “JupyterLab”.
The version shown for “JupyterLab” was 3.6.3.
According to the PyPI repository, the current version of JupyterLab is 4.0.5.
However, when I click the cogwheel on the JupyterLab application square, the option “Update application” is disabled.
I tried to update JupyterLab by executing the following command from the CMD.exe Prompt application: “conda update jupyterlab”. This didn’t help: the JupyterLab version remained 3.6.3 as before.
I tried to update JupyterLab by executing the following command from the CMD.exe Prompt application: “pip install jupyterlab”. This too didn’t help: the JupyterLab version remained 3.6.3 as before.
How can I update my JupyterLab to the latest version?