Metadata-Version: 1.2
Name: calysto_lc3
Version: 0.1
Summary: Calysto LC3: An assembly language kernel for Jupyter
Home-page: https://github.com/Calysto/calysto_lc3
License: UNKNOWN
Author: Douglas Blank
Author-email: dblank@cs.brynmawr.edu
Classifier: Framework :: IPython
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3
Requires-Dist: metakernel (>=0.9)

calysto\_littlecomputer
=======================

Calysto Little Computer - LC3 Assembly Language for Jupyter

An Jupyter kernel for LC3

This requires IPython 3.

To install::

::

    pip install calysto_lc3
    python -m calysto_lc3.install

To use it, run one of:

-  ipython notebook # In the notebook interface, select 'Calysto LC3'
   from the 'New' menu
-  ipython qtconsole --kernel calysto\_lc3
-  ipython console --kernel calysto\_lc3


