1 2 3 4 5 6 7 8 9 10 11 12 13
@echo on python -m pip check if errorlevel 1 exit 1 jupyter kernelspec list if errorlevel 1 exit 1 jupyter run -h if errorlevel 1 exit 1 pytest tests -vv --pyargs jupyter_client if errorlevel 1 exit 1