We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3910e65 commit 12dc7f4Copy full SHA for 12dc7f4
template/template.py
@@ -122,9 +122,8 @@ def make_template(
122
template = (
123
template.copy("matplotlibrc", ".config/matplotlib/.matplotlibrc")
124
.copy("start-up.sh", ".jupyter/start-up.sh")
125
- .run_cmd("chmod +x .jupyter/start-up.sh")
126
.copy("start-code-interpreter.sh", ".jupyter/start-code-interpreter.sh")
127
- .run_cmd("chmod +x .jupyter/start-code-interpreter.sh")
+ .run_cmd("chmod +x .jupyter/start-code-interpreter.sh .jupyter/start-up.sh")
128
.copy("jupyter_server_config.py", ".jupyter/")
129
.make_dir(".ipython/profile_default/startup")
130
.copy("ipython_kernel_config.py", ".ipython/profile_default/")
0 commit comments