`conda list` shows package not in `pip list`

you may be able to use pip to uninstall, but it may break the conda environment, because conda won’t know that it isn’t there anymore.

Oh, I’ve been improperly choosing pip commands when an existing package’s channel was installed from pypi. Now I’m trying to uninstall jupyterlab so I can install properly with conda.

When I ran conda uninstall jupyterlab, it showed a PackagesNotFoundError. In Anaconda Navigator, I tried to uninstall jupyterlab and received the same error.

In Anaconda Navigator’s refreshed list of packages, I install jupyterlab 4.0.10 from conda-forge. When I run conda list jupyterlab again though, it still shows the previous version from pypi. How can I refresh conda list? Thanks.