Skip to content
Snippets Groups Projects
Commit 0254029e authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

try to execute default startup script of ipython session

parent 1a7d2862
No related branches found
No related tags found
No related merge requests found
Pipeline #14973 passed with stage
in 16 minutes and 25 seconds
......@@ -53,7 +53,7 @@ chmod +x $LAB_KERNEL_PATH/bin/env.sh
mkdir $LAB_KERNEL_PATH/spack_python_kernel_release_202112
cat <<EOF >$LAB_KERNEL_PATH/spack_python_kernel_release_202112/kernel.json
{
"argv": ["$LAB_KERNEL_PATH/bin/env.sh", "{connection_file}"],
"argv": ["$LAB_KERNEL_PATH/bin/env.sh", "{connection_file}", "--profile=default"],
"display_name": "EBRAINS_release_v0.2_202112",
"name": "spack_python_kernel_release_202112",
"language": "python"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment