[console_scripts]
convert_ipynb_to_py = notebooker.convert_to_py:main
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
notebooker_webapp = notebooker.web.app:main
snapshot_latest_successful_notebooks = notebooker.snapshot:snapshot_latest_successful_notebooks

