

set -ex



pip check
jupyter nbconvert --help
jupyter nbconvert tests/files/notebook1.ipynb --to html
pytest -v -k "not (test_post_processor or test_convert_full_qualified_name)"
exit 0
