Skip to content

Commit 7e8d74a

Browse files
committed
make sure python & js kernels always installed
1 parent 33a5c22 commit 7e8d74a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ def make_template(
55
kernels: list[str] = ["python", "r", "javascript", "deno", "bash", "java"],
66
set_user_workdir: bool = False,
77
):
8+
kernels = ["python", "javascript"] + kernels
89
# Start with base template
910
template = (
1011
Template()

0 commit comments

Comments
 (0)