Skip to content

Commit

Permalink
Generated utility functions for the notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathdugre authored and github-actions[bot] committed Jul 7, 2023
1 parent 84530f3 commit 4c18c59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions livingpark_utils/scripts/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
from IPython.utils import io


def mri_metadata():
"""Execute auto-generated script for `../notebooks/mri_metadata.ipynb`."""
with io.capture_output():
importlib.import_module(f"livingpark_utils.scripts.mri_metadata")


def pd_status():
"""Execute auto-generated script for `../notebooks/pd_status.ipynb`."""
with io.capture_output():
importlib.import_module(f"livingpark_utils.scripts.pd_status")


def mri_metadata():
"""Execute auto-generated script for `../notebooks/mri_metadata.ipynb`."""
with io.capture_output():
importlib.import_module(f"livingpark_utils.scripts.mri_metadata")

0 comments on commit 4c18c59

Please sign in to comment.