We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dc7f4 commit 27ae39dCopy full SHA for 27ae39d
template/template.py
@@ -123,7 +123,8 @@ def make_template(
123
template.copy("matplotlibrc", ".config/matplotlib/.matplotlibrc")
124
.copy("start-up.sh", ".jupyter/start-up.sh")
125
.copy("start-code-interpreter.sh", ".jupyter/start-code-interpreter.sh")
126
- .run_cmd("chmod +x .jupyter/start-code-interpreter.sh .jupyter/start-up.sh")
+ .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")
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