scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

run-jupyter.sh (219B)


      1 echo "NOTE: SET YOUR VENV!!!"
      2 python -m jupyter_ascending.scripts.make_pair --base $1
      3 python -m jupyter notebook $1.sync.ipynb &
      4 echo $1.sync.py | entr -r python -m jupyter_ascending.requests.sync --filename $1.sync.py