Skip to content

Commit

Permalink
Update postBuild
Browse files Browse the repository at this point in the history
kthyng authored Nov 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e32c1b5 commit 83830c8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -6,23 +6,4 @@ FILES="docs/demo_*.md"
for f in $FILES
do
jupytext $f --to ipynb
<!-- echo "Processing $f file..."
# take action on each file. $f store current file name
cat "$f" -->
done

<!-- jupytext demo_reg.md --to ipynb
jupytext demo_vocab.md --to ipynb

invoke build --env-name=root --no-kernel
invoke demofiles
invoke talk -t demo
rm -rf demofiles
rm -rf notebooks
rm -rf narrative
rm -rf slides
rm demo/notebooks/Julia.ipynb
jupyter lab clean

# Setup a workspace
jupyter lab workspaces import binder/workspace.json -->

0 comments on commit 83830c8

Please sign in to comment.