The Bridge Kernel is a Jupyter Kernel for connecting to backends that implement the bridge kernel (bk) protocol. The bk protocol is a small client-server protocol that emphasizes
- Minimal dependencies
- Easier embedding with MPI
- Secure connections + authentication
- Automatic tunneling
An example MPI Python implementation is available under server.
Bridge Kernel is not on PyPI yet, please clone and install from local source.
pip install . [--user] [--upgrade]Bridge Kernel is released under a BSD-3-Clause license. For more details, please see the LICENSE file.
SPDX-License-Identifier: BSD-3-Clause
LLNL-CODE-778618