Skip to content
Snippets Groups Projects
Commit 9f6d5f31 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

add your own config

parent d0db94ed
No related branches found
No related tags found
1 merge request!2restructure User Images
Pipeline #233243 passed
......@@ -158,6 +158,11 @@ update_config () {
done
echo "$(date) - Add system specific config done"
fi
if [[ -f /home/jovyan/.jupyter/config.py ]]; then
## Add your own stuff to the config
echo "" >> /tmp/config.py
cat /home/jovyan/.jupyter/config.py >> /tmp/config.py
fi
if [[ -f ${EBROOTJUPYTERLAB}/bin/update_favorites_json ]]; then
# update favorite-dirs with $HOME,$PROJECT,$SCRATCH,
echo "$(date) - Update favorites"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment