pub trait JupyterConnection: Sink<JupyterMessage> + Stream<Item = Result<JupyterMessage, Self::Error>> { }