diff --git a/src/zenml/cli/base.py b/src/zenml/cli/base.py index 07e9cbf4ee7..7b47690a8f3 100644 --- a/src/zenml/cli/base.py +++ b/src/zenml/cli/base.py @@ -470,8 +470,7 @@ def go() -> None: zenml_go_notebook_tutorial_message(ipynb_files), width=80 ) input("Press ENTER to continue...") - notebook_path = os.path.join(zenml_tutorial_path, "notebooks") - subprocess.check_call(["jupyter", "notebook"], cwd=notebook_path) + subprocess.check_call(["jupyter", "notebook"], cwd=zenml_tutorial_path) def _prompt_email(event_source: AnalyticsEventSource) -> bool: