From d24d486998f785fd1ece0c7a65a1db284c5bc9b5 Mon Sep 17 00:00:00 2001 From: Jack Sandom Date: Mon, 15 Jan 2024 16:08:22 +0000 Subject: [PATCH] Change to file path for jupyter notebook call --- src/zenml/cli/base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: