file=Analyza

all:
	rm -f rezy.jpg/*
	jupyter nbconvert --to python $(file).ipynb
	#grep -v "get_ipython()" $(file).py|grep -v "just for tuning"|python2 # tuning option
	grep -v "get_ipython()" $(file).py|python2
	convert -delay 50 rezy.jpg/* finalmovie.gif
	make -iBs commit
	
commit:
	git add --all .;git commit -am "VA chars - next step"
	