We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4cd2a commit 40ce72fCopy full SHA for 40ce72f
tutorial/root/etc/s6-overlay/s6-rc.d/init-jupyterlab/run
@@ -60,6 +60,10 @@ if [ ! -d "${DEST}" ]; then
60
61
cp -a --reflink=auto "$SOURCE/.git" "$DEST/"
62
63
+ find "$SOURCE/tutorial/" -maxdepth 1 -type f -name "*.ipynb" | while read -r notebook; do
64
+ cp -a --reflink=auto "$notebook" "$DEST/"
65
+ done
66
+
67
ln -s "$SOURCE/assets" "$DEST/assets"
68
fi
69
chown demo:abc -R "${DEST}"
0 commit comments