Metadata-Version: 2.1
Name: bodo_platform_ipyparallel_kernel
Version: 2.3.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

[![PyPI version](https://badge.fury.io/py/bodo-platform-ipyparallel-kernel.svg)](https://badge.fury.io/py/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


