Skip to content

Commit 96bb5b0

Browse files
committed
Test extension installed
1 parent 6148701 commit 96bb5b0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

binder/postBuild

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
# # initially list installed extensions to determine if there are any surprises
4242
# _("jupyter", "labextension", "list")
4343

44+
pip install -e .
4445

45-
# print("JupyterLab with code_snippet is ready to run with:\n")
46-
# print("\tjupyter lab\n")
46+
jlpm
47+
48+
jlpm build
49+
50+
print("JupyterLab with code_snippet is ready to run with:\n")
51+
print("\tjupyter lab\n")

0 commit comments

Comments
 (0)