We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ca6ec commit 30f74a1Copy full SHA for 30f74a1
vre-swan-cern/scripts/before-notebook.d/13_rucio.sh
@@ -63,7 +63,7 @@ then
63
64
# Configure the iPython kernel to load the Rucio JupyterLab extension.
65
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}
+ echo -e "c.InteractiveShellApp.extensions.append('rucio_jupyterlab.kernels.ipython')\n$( [ -f ${IPYTHON_KERNEL_CONFIG} ] && cat ${IPYTHON_KERNEL_CONFIG})" > ${IPYTHON_KERNEL_CONFIG}
67
68
_log "iPython kernel for Rucio JupyterLab set up successfully."
69
0 commit comments