Skip to content

Commit 27ae39d

Browse files
committed
copy start jupyter
1 parent 12dc7f4 commit 27ae39d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/template.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ def make_template(
123123
template.copy("matplotlibrc", ".config/matplotlib/.matplotlibrc")
124124
.copy("start-up.sh", ".jupyter/start-up.sh")
125125
.copy("start-code-interpreter.sh", ".jupyter/start-code-interpreter.sh")
126-
.run_cmd("chmod +x .jupyter/start-code-interpreter.sh .jupyter/start-up.sh")
126+
.copy("start-jupyter.sh", ".jupyter/start-jupyter.sh")
127+
.run_cmd("chmod +x .jupyter/start-code-interpreter.sh .jupyter/start-up.sh .jupyter/start-jupyter.sh")
127128
.copy("jupyter_server_config.py", ".jupyter/")
128129
.make_dir(".ipython/profile_default/startup")
129130
.copy("ipython_kernel_config.py", ".ipython/profile_default/")

0 commit comments

Comments
 (0)