Skip to content

Commit 5f46983

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

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

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

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

63+
cp -a --reflink=auto "$SOURCE/tutorial/*.ipynb" "$DEST/"
64+
6365
ln -s "$SOURCE/assets" "$DEST/assets"
6466
fi
6567
chown demo:abc -R "${DEST}"

0 commit comments

Comments
 (0)