Skip to content

Commit

Permalink
Change to file path for jupyter notebook call
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksandom committed Jan 15, 2024
1 parent 21543ef commit d24d486
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 d24d486

Please sign in to comment.