Skip to content

Commit 30f74a1

Browse files
committed
feat(ENV:vre-swan) add kernel setup for extension
1 parent 14ca6ec commit 30f74a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vre-swan-cern/scripts/before-notebook.d/13_rucio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ then
6363

6464
# Configure the iPython kernel to load the Rucio JupyterLab extension.
6565
IPYTHON_KERNEL_CONFIG=$IPYTHONDIR/profile_default/ipython_kernel_config.py
66-
echo -e "c.InteractiveShellApp.extensions.append('rucio_jupyterlab.kernels.ipython')\n$( [ -f ${IPYTHON_KERNEL_CONFIG} ] && cat ${IPYTHON_KERNEL_CONFIG})" >> ${IPYTHON_KERNEL_CONFIG}
66+
echo -e "c.InteractiveShellApp.extensions.append('rucio_jupyterlab.kernels.ipython')\n$( [ -f ${IPYTHON_KERNEL_CONFIG} ] && cat ${IPYTHON_KERNEL_CONFIG})" > ${IPYTHON_KERNEL_CONFIG}
6767

6868
_log "iPython kernel for Rucio JupyterLab set up successfully."
6969

0 commit comments

Comments
 (0)