How do we uninstall extensions that have been installed using `jupyter labextension develop . --overwrite`?

@adpatter if you followed the extension tutorial to install jupyterlab_apod for JupyterLab 3.0, then you will need to uninstall it with pip:

pip uninstall jupyterlab_apod`