You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using papermill to run multiple notebooks. I have a generic .py script with which I pass in the notebook path and the parameter changes which I wish to make.
However, in doing so, sometimes, I inadvertently pass parameters not meant for the notebook. I think it would be nice if there was an option to raise an exception if an unknown parameter was passed.
I did not spend too much time looking into the code, but I think one just needs to change
🚀 Feature
Motivation
I'm using papermill to run multiple notebooks. I have a generic
.py
script with which I pass in the notebook path and the parameter changes which I wish to make.However, in doing so, sometimes, I inadvertently pass parameters not meant for the notebook. I think it would be nice if there was an option to raise an exception if an unknown parameter was passed.
I did not spend too much time looking into the code, but I think one just needs to change
papermill/papermill/execute.py
Line 97 in 5384731
The text was updated successfully, but these errors were encountered: