Skip to content

Commit 40ce72f

Browse files
committed
feat(tutorial): copy all-in-one ipynb to demo
1 parent 0a4cd2a commit 40ce72f

File tree

1 file changed

+4
-0
lines changed
  • tutorial/root/etc/s6-overlay/s6-rc.d/init-jupyterlab

1 file changed

+4
-0
lines changed

tutorial/root/etc/s6-overlay/s6-rc.d/init-jupyterlab/run

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ if [ ! -d "${DEST}" ]; then
6060

6161
cp -a --reflink=auto "$SOURCE/.git" "$DEST/"
6262

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+
6367
ln -s "$SOURCE/assets" "$DEST/assets"
6468
fi
6569
chown demo:abc -R "${DEST}"

0 commit comments

Comments
 (0)