wandb / nb_helpers

A set of tools to work with notebooks
MIT License
9 stars 3 forks source link

Failed to run /Users/tcapelle/wandb/nb_helpers/tests/data/dummy_folder/fail_nb.ipynb #114

Closed tcapelle closed 2 years ago

tcapelle commented 2 years ago

The following notebooks failed to run: -/Users/tcapelle/wandb/nb_helpers/tests/data/dummy_folder/fail_nb.ipynb TypeError in /Users/tcapelle/wandb/nb_helpers/tests/data/dummy_folder/fail_nb.ipynb:

While Executing Cell #3: Traceback (most recent call last): File "/Users/tcapelle/wandb/nb_helpers/nb_helpers/run.py", line 45, in exec_nb shell.run_all(nb, exc_stop=True, preproc=preproc) File "/Users/tcapelle/miniforge3/envs/nbs/lib/python3.10/site-packages/execnb/shell.py", line 137, in run_all if self.exc and exc_stop: raise self.exc[1] from None File "/Users/tcapelle/miniforge3/envs/nbs/lib/python3.10/site-packages/IPython/core/interactiveshell.py", line 3398, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 1, in <cell line: 1> g('hola') File "", line 2, in g return f(x) * 2 File "", line 2, in f return x + 1 TypeError: can only concatenate str (not "int") to str