hfspace_demo / update.sh
hamel's picture
Add application files
f00a4fb
#!/bin/bash
# this is only for hamel, you can ignore this.
jupyter nbconvert --to markdown app.ipynb
cat yaml.md app.md > README.md
git add -A; git commit -m "Add application files"; git push