Skip to content

Commit 3562bcb

Browse files
authored
DX: install jupyterlab-quickopen (#553)
* DX: define Poe the Poet `lab` job for Jupyter lab * MAINT: upgrade lock files
1 parent 23c8ff5 commit 3562bcb

File tree

3 files changed

+304
-254
lines changed

3 files changed

+304
-254
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ repos:
161161
- id: pyright
162162

163163
- repo: https://github.com/astral-sh/uv-pre-commit
164-
rev: 0.9.2
164+
rev: 0.9.3
165165
hooks:
166166
- id: uv-lock

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jupyter = [
106106
"jupyterlab-git",
107107
"jupyterlab-lsp",
108108
"jupyterlab-myst",
109+
"jupyterlab-quickopen",
109110
"python-lsp-ruff",
110111
"python-lsp-server[rope]",
111112
{include-group = "doc"},
@@ -338,6 +339,11 @@ multiple = true
338339
name = "paths"
339340
positional = true
340341

342+
[tool.poe.tasks.lab]
343+
args = [{name = "paths", default = "", positional = true}]
344+
cmd = "jupyter lab ${paths}"
345+
help = "Run Jupyter Lab"
346+
341347
[tool.poe.tasks.linkcheck]
342348
cmd = """
343349
sphinx-build \

0 commit comments

Comments
 (0)