Metadata-Version: 2.1
Name: cmx
Version: 0.0.1
Summary: long_description
Home-page: https://github.com/cmx/cmx-python
Author: Ge Yang<ge.ike.yang@gmail.com>
Author-email: ge.ike.yang@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: gym
Requires-Dist: numpy

Introducing CMX
===============

   use Python Scripts as live documents.

See CMX In Action
-----------------

this works just like a standard jupyter notebook. Only code-block you include
in an ``cm`` block would be shown.

.. code-block:: python

   for i in range(10):
       cm.print(i, end=' ')

::

   Out[0]:
   0 1 2 3 4 5 6 7 8 9 

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

You can install this package from PyPI under the ``cmx`` package name.

.. code-block:: python

   pip install mdx

Developing Plugins
------------------

You can develop plug-ins under the ``cmx-<>`` prefix

Discussion
----------

Can we have a ``travel-back-in-time`` debugger that saves the stack at
each frame?

To-dos
------

-  [ ] advanced layout
-  [ ] saving matplotlib figures
-  [ ] video component

   .. code-block:: python

      cm.video(url="https://")

-  [ ] image component
-  [ ] table component
-  [ ] scope inspection component

Tomorrow
~~~~~~~~

Done
~~~~

-  [x] simple text output


