We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595cbed commit 770e8a9Copy full SHA for 770e8a9
tutorial/root/etc/s6-overlay/s6-rc.d/init-jupyterlab/run
@@ -60,8 +60,9 @@ if [ ! -d "${DEST}" ]; then
60
61
cp -a --reflink=auto "$SOURCE/.git" "$DEST/"
62
63
+ mkdir -p "$DEST/tutorial/"
64
find "$SOURCE/tutorial/" -maxdepth 1 -type f -name "*.ipynb" | while read -r notebook; do
- cp -a --reflink=auto "$notebook" "$DEST/"
65
+ cp -a --reflink=auto "$notebook" "$DEST/tutorial/"
66
done
67
68
ln -s "$SOURCE/assets" "$DEST/assets"
0 commit comments