Matthew Seal
Matthew Seal
We should add a docs section which outlines common failures, why they happen, and how / where to look to address them. An example is linked below, but a few...
Enable a repo2docker engine which pull a requirements file and launches docker to execute the actual kernel.
Implement integration with https://jupyter-kernel-gateway.readthedocs.io/en/latest/ as an engine option within papermill.
Since nbclient support async requests, we should support async calls for the engine executions to enable an async papermill call from python code paths. This would necessitate we have an...
Large parameters print on a single line, which can be nasty to read. We should format the outputs so they're presented as someone would write the code in reality. Let's...
In https://github.com/nteract/papermill/pull/351 it was raised that the manner in which we pass kwargs hasn't been well defined. We have several places where we pass everything downstream with **kwargs. But we...
We don't have a home for guides or other advice on integration with other systems that works well or is easy to use.
See https://github.com/nteract/bookstore/issues/62 for details. We're tracking it here in case anyone searches papermill issues for the topic. We don't add significant discussion here unless there's follow-up tasks for papermill after...
We get questions about how to assign the parameters tag to cells in different notebook interfaces. A quick description (maybe with pics/gifs) of how to edit cell tags for common...
Kernel selection fails for first several seconds while it's launching the kernel in the background
**Application or Package Used** State which application or package this affects. For example: nteract desktop, nteract web, nteract on jupyter, etc. nteract on jupyter **Describe the bug** A clear and...