After upgrading to jupyterlab 4, jupyter is still launching the old version, version 3.
I'm using the same command as always: jupyter lab
Indeed, the jupyterlab 4 documentation says that's the command you must use to launch it:
Start JupyterLab using:
jupyter lab
But it launches jupyterlab 3 instead.
It might be wise to simply uninstall jupyterlab 3. But it is said there can be problems with backwards compatibility. So I want to keep it to hand for a while, in case I find I need it for an old notebook.
In either case, I want to be able to control which version I open.