|
4 | 4 |
|
5 | 5 | Quickly open a file in JupyterLab by typing part of its name
|
6 | 6 |
|
7 |
| - |
| 7 | +https://github.com/user-attachments/assets/77567c89-ad52-4be8-b0e4-612700353242 |
8 | 8 |
|
9 | 9 | ## Compatibility
|
10 | 10 |
|
11 | 11 | - Python >=3.8.x
|
12 |
| -- [JupyterLab](https://github.com/jupyterlab/jupyterlab) >=3.2,<4.0 |
13 |
| -- [Jupyter Server](https://github.com/jupyter/jupyter_server) >=1.6,<2.0 |
| 12 | +- [JupyterLab](https://github.com/jupyterlab/jupyterlab) >=3.2 |
| 13 | +- [Jupyter Server](https://github.com/jupyter/jupyter_server) >=2.4 |
14 | 14 | - Configurations where notebook documents and other files reside on a filesystem local to the
|
15 | 15 | Jupyter Server (which is the the default), not remote storage (e.g., S3)
|
16 | 16 |
|
17 |
| -## Install |
| 17 | +## Usage |
| 18 | + |
| 19 | +After installing the extension, you can open the quick open panel by pressing `Ctrl Shift P` (or `Cmd P` on macOS). Start typing the name of the file you want to open, and the quick open panel will show a list of files that match the text you've typed. |
| 20 | + |
| 21 | +https://github.com/user-attachments/assets/77567c89-ad52-4be8-b0e4-612700353242 |
18 | 22 |
|
19 |
| -Starting in version 1.0 of this extension, the frontend portion of this extension is pre-compiled |
20 |
| -and included in the `pip` installed package thanks to [changes in the JupyterLab 3.0 packaging |
21 |
| -system](https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html#extensions-can-be-installed-without-building-jupyterlab-with-nodejs). |
| 23 | +The extension also works in Jupyter Notebook 7: |
22 | 24 |
|
23 |
| -To install the Jupyter Notebook server extension under `PREFIX` (e.g., the active virtualenv or conda |
24 |
| -env), run the following: |
| 25 | +https://github.com/user-attachments/assets/49147847-2b98-4016-8a11-5d0e8d9749e1 |
| 26 | + |
| 27 | +## Install |
25 | 28 |
|
26 | 29 | ```bash
|
27 | 30 | pip install jupyterlab-quickopen
|
|
0 commit comments