We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff441e0 commit cdfb6abCopy full SHA for cdfb6ab
scripts/run_notebooks/runner.py
@@ -10,11 +10,21 @@
10
--------
11
Run all notebooks in a directory with mock code:
12
13
- $ python scripts/run_notebooks/runner.py --notebooks notebooks/ --mock
+.. code-block:: bash
14
+
15
+ python scripts/run_notebooks/runner.py --notebooks notebooks/ --mock
16
17
Run a single notebook without mocked code:
18
- $ python scripts/run_notebooks/runner.py --notebooks notebooks/notebook.ipynb --no-mock
19
20
21
+ python scripts/run_notebooks/runner.py --notebooks notebooks/notebook.ipynb --no-mock
22
23
+Run all the notebook is two different directories with mocked code (default):
24
25
26
27
+ python scripts/run_notebooks/runner.py --notebooks notebooks/ notebooks2/
28
29
"""
30
0 commit comments