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

use different logos for python/R kernels

parent 71da0230
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ cat <<EOF > $KERNEL_PATH/$KERNEL_NAME/kernel.json
EOF
# ... and add EBRAINS logo to kernel
cp $LAB_KERNEL_ROOT/../etc/logo-64x64.png $KERNEL_PATH/$KERNEL_NAME/
cp $LAB_KERNEL_ROOT/../etc/logo-64x64-python.png $KERNEL_PATH/$KERNEL_NAME/logo-64x64.png
# (5) create startup script for R kernel
cat $KERNEL_PATH/bin/env.sh > $KERNEL_PATH/bin/env_r.sh
......@@ -75,5 +75,5 @@ cat <<EOF > $KERNEL_PATH/${KERNEL_NAME}-R/kernel.json
EOF
# ... and add EBRAINS logo and kernel.js to kernel
cp $LAB_KERNEL_ROOT/../etc/logo-64x64.png $KERNEL_PATH/${KERNEL_NAME}-R/
cp $LAB_KERNEL_ROOT/../etc/logo-64x64-R.png $KERNEL_PATH/${KERNEL_NAME}-R/logo-64x64.png
cp $LAB_KERNEL_ROOT/../etc/kernel.js $KERNEL_PATH/${KERNEL_NAME}-R/
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