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
glatard authored and github-actions[bot] committed Dec 7, 2023
1 parent 8cbc81e commit 9f4193b
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 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")


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")

0 comments on commit 9f4193b

Please sign in to comment.