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 #117

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:
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [1], in <cell line: 1>()
----> 1 g('hola')

Input In [1], in g(x)
      1 def g(x):
----> 2     return f(x) * 2

Input In [1], in f(x)
      1 def f(x:int):
----> 2     return x + 1

TypeError: can only concatenate str (not "int") to str