Skip to content

Commit

Permalink
Change to file path for jupyter notebook call (zenml-io#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksandom authored and kabinja committed Jan 29, 2024
1 parent a0db322 commit 014b5d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/zenml/cli/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 014b5d4

Please sign in to comment.