Skip to content

Commit 86a639a

Browse files
comment on allow-errors
1 parent a5a0c7f commit 86a639a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup_notebook_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def main():
151151
parser.add_argument('--uv-executable', default='uv', help='The `uv` executable to use (default: "uv")')
152152
parser.add_argument('--timeout', type=int, default=3600, help='Timeout for running notebooks (default: 3600)')
153153
parser.add_argument('--kernel', default=None, help='Kernel to use for running notebooks')
154-
parser.add_argument('--allow-errors', action='store_true', help='Allow errors when running notebooks')
154+
parser.add_argument('--allow-errors', action='store_true', help='Allow errors when running notebooks. For older commits, Ch02-statlearn-lab.ipynb raises exceptions. Since v2.2.1 these are handled by appropriate tags in the .ipynb cells.')
155155

156156
parser.add_argument('nbfiles', nargs='*', help='Optional list of notebooks to run.')
157157

0 commit comments

Comments
 (0)