Matthew Seal

Results 380 comments of Matthew Seal

So I'm a little late to the conversation here, but one thing to consider is having the hook and responding to status more in papermill where there's more of a...

> Is it intended for people to extend nbclient with inheritance Generally yeah. Or by calling the methods from higher order logical constructs that have further aims. e.g. https://github.com/nteract/testbook (alpha)...

Yeah nbconvert (where nbclient came from) does predate papermill, though it's execution library was not being maintained for a while there.

@golf-player probably good for now. Let's fix those two whitespace issues causing the linter tests to fail and I think we can merge.

Some of the jupyter project add the dev version to master -- it's a little annoying to get bumpversion to handle it the right way so it wasn't done at...

0.5.2 is on PyPI now (conda to follow whenever the automation runs)

For what it's worth, when I am deving I just always do `pip install -e .` in the unreleased checkout of a repo I want to use. No version fuss...

Hello @jhamrick ! As I recall, yes the root problem is that WindowsProactorEventLoopPolicy (the default on windows python 3.8+) doesn't implement all of the async methods which causes pyzmq to...

Can you post the notebook in question and the version of nbconvert your are using (I'd recommend testing this again with 5.6)? Also try running with `--Application.log_level=10` so we can...