Metadata-Version: 2.1
Name: bodo-platform-ipyparallel-kernel
Version: 1.0.0
Summary: A simple IPyParallel based wrapper around IPython Kernel for the Bodo Platform
Home-page: https://github.com/Bodo-inc/bodo-platform-ipyparallel-kernel
Author: Bodo, Inc.
Author-email: noreply@bodo.ai
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# bodo-platform-ipyparallel-kernel

`bodo_platform_ipyparallel_kernel` is a simple IPyParallel based wrapper around IPython Kernel
for use on the Bodo Platform.

Inspired by [echo_kernel](https://github.com/jupyter/echo_kernel).

## Installation

To install `bodo_platform_ipyparallel_kernel` from PyPI::

    pip install bodo_platform_ipyparallel_kernel
    python -m bodo_platform_ipyparallel_kernel.install

When installing inside a conda environment or virtualenv (recommended), do::

    pip install bodo_platform_ipyparallel_kernel
    python -m bodo_platform_ipyparallel_kernel.install --sys-prefix


