When I try and run the simple duet example at the top of the Duet README file it throws an error. It seems to be to do with how the event loop is initialised. Can someone let me know if this is a bug, or an issue on my end?
on the data science side I should be able to run 'duet.store.pandas' and get the table of whats in the store as a tensor has been sent to the duet from the data owner side.


Add any other context about the problem here.
Same problem for me when running https://github.com/OpenMined/PySyft/tree/dev/examples/duet/mnist
Ok apparently this is because we have an old version of jupyter notebook!
pip install --upgrade notebook should fix this!
@LaRiffle Thank you, this has solved the issue for me!