Skip to content

Commit

Permalink
try debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Sep 3, 2017
1 parent 4a35b05 commit 3ff775c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ def run_ipynb(path):
kernel_name = 'python2'
# error_cells = []

args = ["jupyter", "nbconvert", "--to",
"notebook", "--execute", "--inplace",
args = ["jupyter", "nbconvert",
"--execute", "--inplace",
"--ExecutePreprocessor.timeout=5000",
"--log-level 'DEBUG'",
"--log-level DEBUG",
"--ExecutePreprocessor.kernel_name=%s" % kernel_name,
path]

Expand Down

0 comments on commit 3ff775c

Please sign in to comment.