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
As a developer I want to be able to use the type hints for configuration in notebooks. This improves the developer experience and may make code easier to refactor in future.
When using pydoit-nb I've started using the following pattern to manually type configuration returned from get_config_for_step_id which is useful.
The problem
As a developer I want to be able to use the type hints for configuration in notebooks. This improves the developer experience and may make code easier to refactor in future.
When using pydoit-nb I've started using the following pattern to manually type configuration returned from
get_config_for_step_id
which is useful.If typing the return value of
get_config_for_step_id
is in the too hard basket the above should be the documented pattern.Definition of "done"
get_config_for_step_id
if possibleThe text was updated successfully, but these errors were encountered: