One of my extensions has a red line on it. “Inspect element” says that this is the HTML class jp-extensionmanager-entry-error
. How do I debug this? I’m not seeing any relevant output in stdout from jupyter lab --debug
.
On JupyterLab 4.2.0
or newer:
jupyter labextension list --verbose
1 Like