diff --git a/use_case_examples/titanic/Makefile b/use_case_examples/titanic/Makefile index deb30d8606..51224b012c 100644 --- a/use_case_examples/titanic/Makefile +++ b/use_case_examples/titanic/Makefile @@ -6,9 +6,8 @@ EXAMPLE_NAME=titanic JUPYTER_RUN=jupyter nbconvert --to notebook --inplace --execute TIME_NB="${USE_CASE_DIR}/time_notebook_execution.sh" -bash download_data.sh - run_example: one one: + @bash download_data.sh @$(TIME_NB) KaggleTitanic.ipynb