How can I disable an extension in JupyterLab 3?

We can disable an installed extension using jupyter serverextension disable before JupyterLab 3. Searching GitHub issues, it seems to me that jupyter server extension disable is the right command to use for JupyterLab 3. However, the command doesn’t work with the JupyterLab extension jupyterlab_vim. I wonder is jupyter server extension disable indeed the right command to use? Or is it because jupyterlab_vim doesn’t respect protocols of JupyterLab 3 settings?

Never mind. I figured out that the right command to use is jupyter labextension disable @axlair/jupyterlab_vim instead of jupyter labextension disable jupyterlab_vim .

1 Like