Matthew Seal

Results 380 comments of Matthew Seal

Probably need more information on what other applications are running when seeing these issues. The ipykernel install helping the issue is surprising to me, as both the venv should already...

@uvlavi Is the tests running multiple papermill calls at once within the lambda? Are you near lambda resource or time constraint limits?

So `pip install -e .` doesn't install the ipython kernel, since it's not a requirement of jupyter_client. If you did `pip install -e .[test]` or `pip install ipykernel` it would...

This is more of an ipython question for why you don't get the `image/png` mimetype here, but essentially when you execute code the kernel responses coming back will provide any...

@jph00 6.1.13 is yanked from PyPI and marked as broken in conda now

@davidbrochart I just merged the PR -- though I need ping someone with release privilages to add me or run a patch release for the repo. I'll check if I...

Uhg, I have not dug into the conda-forge builds for this repo yet. I'm not a maintainer on the [conda forge recipe](https://github.com/conda-forge/jupyter_client-feedstock) to help outside of a PR. @SylvainCorlay @minrk...

In the meanwhile, @vjuliosouza did you have an existing conda environment or make a brand new one when you tried installing packages? It might help to have you outline the...

@bollwyvl and @SylvainCorlay are the most active contributors with permissions to the conda recipe repo (if one of you could add the other maintainers to that repo please do so)....

Thanks for reporting the issue and apologies for not having a prompt response. I'll need to look into reproducing and determining the source of the race. Can you describe how...