[console_scripts]
convert_ipynb_to_py = notebooker.convert_to_py:main
notebooker-cli = notebooker._entrypoints:base_notebooker
notebooker_execute = notebooker.execute_notebook:docker_compose_entrypoint
notebooker_template_regression_test = notebooker.utils.template_testing:regression_test
notebooker_template_sanity_check = notebooker.utils.template_testing:sanity_check
