Skip to content
Snippets Groups Projects
Commit c1a75247 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Update create_JupyterLab_kernel.sh

parent 9f0e3b3c
No related branches found
No related tags found
1 merge request!206create new experimental release
Pipeline #19840 canceled with stage
in 22 minutes and 42 seconds
......@@ -65,7 +65,7 @@ mkdir -p $KERNEL_PATH/$KERNEL_NAME
cat <<EOF >$KERNEL_PATH/$KERNEL_NAME/kernel.json
{
"argv": ["$KERNEL_PATH/bin/env.sh", "{connection_file}", "--profile=default"],
"display_name": "RELEASE_NAME",
"display_name": "$RELEASE_NAME",
"name": "$KERNEL_NAME",
"language": "python",
"env": { "LAB_KERNEL_NAME": "$RELEASE_NAME", "LAB_KERNEL_RELEASE_DATE": "$(date +"%Y-%m-%d")" }
......
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