Skip to content

Commit f99c6fa

Browse files
authored
Try fixing binder (#2)
1 parent f632805 commit f99c6fa

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

binder/postBuild

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,14 @@ _("jlpm")
3636
_("jupyter", "labextension", "list")
3737

3838
# install the labextension
39-
_("jupyter", "labextension", "install", "--no-build",
40-
*[
41-
ext.strip()
42-
for ext in LAB_EXTENSIONS.read_text().splitlines()
43-
if ext.strip() and not ext.strip().startswith("#")
44-
]
45-
)
39+
_("jupyter", "labextension", "install", "--no-build", ".")
4640

4741
# verify the list of extensions
4842
_("jupyter", "labextension", "list")
4943

5044
# verify the list of extensions
51-
_("jupyter", "lab", "build", "--debug", "--dev-build=False", "--minimize=False")
45+
_("jupyter", "lab", "build", "--debug", "--dev-build=False")
46+
# "--minimize=False")
5247

5348
# verify the list of extensions one last time
5449
_("jupyter", "labextension", "list")

0 commit comments

Comments
 (0)