jupyterlab-quickopen
jupyterlab-quickopen copied to clipboard
No commands found that match "xyz" no matter what I type
The idea for the extension is great, however it does not seem to work in my environments. I am using Jupyter Lab 2.1.5 running on a venv on two different OS: RedHat 7.8 and Mac OS Catalina 10.15.7 and whatever I type in the search window I am getting:
No commands found that match "xyz"
It's either scanning something that long or there is something wrong. Either way - this would be useful to me only when I get the response very quickly... Reinstallation and rebuilding of the lab did not help neither...
Same here. Looking at the network requests, I found that the request to <lab-server>/api/quickopen?excludes=node_modules&excludes=__pycache__&path= returns a 404. Strangely, I've been getting a similar 404 for another extension as well. Perhaps there's something wrong with my jupyterlab setup.
EDIT: On installing using the serverextension command, it started working for me.
@thakkarparth007 @michalrudko would you be able to try the latest version (v2.0.0 at the moment) with JupyterLab 4 to check if it is still an issue?
pip install jupyterlab-quickopen jupyterlab>=4
Thanks!