From Gitter October 21, 2015 5:11 PM:
So, I was using find_connection_file from jupyter_client.connect. It turns out there is another implementation under ipykernel.connect, which does work. Is there a reason for two different implementations of this function?
Seems like there are two copies of the same function, but they act differently.
If this is intentional, it may be worth finding a different name to highlight the differences and deprecate the old one. If they are meant to behave more similarly, then a bug fix is in order and some discussion should occur about which one to deprecate, if possible, and why.
Related: jupyter/jupyter_client#85