Brackets Python Kernel for Jupyter
==================================

This package provides the Brackets Python kernel for Jupyter, Originally
modified from ipykernel source code.

Installation
------------

This package is hosted on PyPI to install:

::

    pip install ibpykernel

and to activate:

::

    python -m ibpykernel install --user

to launch qtconsole:

::

    jupyter qtconsole --kernel brackets

`Read more <http://python-brackets.org>`__ about Python brackets
