Closed schymans closed 2 years ago
I found the problem: I forgot the trailing /
in the path. It works with this command: renku run papermill notebooks/GC_Fluxes_Computations_equations.ipynb notebooks/GC_Fluxes_Computations_equations.ran.ipynb -p output_path modules_exported/
Describe the bug
I tried to run a notebook using papermill with the following command:
renku run papermill notebooks/GC_Fluxes_Computations_equations.ipynb notebooks/GC_Fluxes_Computations_equations.ran.ipynb -p output_path modules_exported
Details
I was informed that I hit a bug:
Renku version: 0.16.2 OS: Linux (#1 SMP Progress Linux 5.10.70-1~progress5+u1 (2021-10-04)) Python: 3.7.9
Traceback
Additional context
Output files should have been written to modules_exported, but were not.