@SylvainCorlay thanks! Still plenty of cleaning up to do, especially in the new repos. We will also split widgets out of the notebook repo, but we need to figure some things out first, so it will be a bit before we do that.
I'm experiencing problems with Kernel Death on (somewhat) long running cells. I believe I have a reproducible example using the requests package to do a GET on a particularly slow JSON API that is publically available. Thus, it's reproducible! Yet, I'm a little gun shy about filing a bug since I'm not yet convinced it isn't my system. What does the team prefer to get visibility on the issue?
pip refuses to get anything that's not a stable release on PyPI
there are a few deprecated APIs that can do it that easy_install used to do (dependency_links), but pip disables by default and discourages as an antipattern.