jupyterlab-contrib / search-replace

Search and replace accross files
BSD 3-Clause "New" or "Revised" License
23 stars 5 forks source link

Not working when just using the install button in Jupyter #118

Open Abe-Telo opened 2 months ago

Abe-Telo commented 2 months ago

installed the extension, no results show up.

image

Reproduce

(myenv) root@localhost:~# pip install ripgrep Collecting ripgrep Downloading ripgrep-14.1.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64 .whl.metadata (21 kB) Downloading ripgrep-14.1.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.w hl (6.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 34.4 MB/s eta 0:00:00 Installing collected packages: ripgrep Successfully installed ripgrep-14.1.0 (myenv) root@localhost:~# jupyter server extension list Config dir: /root/.jupyter

Config dir: /root/myenv/etc/jupyter jupyter_lsp enabled

Config dir: /usr/local/etc/jupyter

(myenv) root@localhost:~# jupyter labextension list JupyterLab v4.2.5 /root/myenv/share/jupyter/labextensions jupyterlab-search-replace v1.1.0 enabled X (python, jupyterlab-search-r eplace) jupyterlab_pygments v0.3.0 enabled OK (python, jupyterlab_pygments) @jupyter-notebook/lab-extension v7.2.2 enabled OK @voila-dashboards/jupyterlab-preview v2.3.7 enabled OK (python, voila) @jupyter-widgets/jupyterlab-manager v5.0.13 enabled OK (python, jupyterl ab_widgets)

The following extensions may be outdated or specify dependencies that are inc ompatible with the current version of jupyterlab: jupyterlab-search-replace

If you are a user, check if an update is available for these packages. If you are a developer, re-run with --verbose flag for more details.

(myenv) root@localhost:~#