dcnadler
dcnadler
## What does this PR do? User can pass an in-memory `nbformat.NotebookNode` object to `pm.execute_notebook` instead of requiring a path. Related to issue https://github.com/nteract/papermill/issues/444 This adds a `NotebookNodeHandler` to read...
This PR is to add config options for the extension that allow for custom isort sections ([ref](https://pycqa.github.io/isort/docs/configuration/custom_sections_and_ordering.html)). It also updates the isort default config to match the isort black profile,...
When a function is wrapped by a pandera typing-checking decorator, it can't be used in parallel execution without error or silently failing. I believe this is because of a [known...