documentreader / app.sh
Chirag
T
fdbb9ca
raw
history blame contribute delete
123 Bytes
#!/bin/bash
pip install -r requirements.txt
jupyter nbconvert --to notebook --execute app.ipynb --output executed_app.ipynb