File size: 194 Bytes
f00a4fb
 
 
 
 
 
1
2
3
4
5
6
#!/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