You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
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:
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...
The text was updated successfully, but these errors were encountered: