Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No commands found that match "xyz" no matter what I type #16

Open
michalrudko opened this issue Oct 24, 2020 · 2 comments
Open

No commands found that match "xyz" no matter what I type #16

michalrudko opened this issue Oct 24, 2020 · 2 comments

Comments

@michalrudko
Copy link

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...

@thakkarparth007
Copy link

thakkarparth007 commented Nov 10, 2020

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.

@jtpio
Copy link
Member

jtpio commented Oct 1, 2024

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants