Metadata-Version: 2.1
Name: cmx
Version: 0.0.4
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
===============

   REPL with Python Scripts via live documents.

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

-  ☐ gif overlay with link to youtube video (with music)

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

.. code-block:: python

   from cmx import doc

   for i in range(10):
       doc.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 ``python     cm.video(url="https://")``
-  ☐ image component
-  ☐ table component
-  ☐ scope inspection component

Tomorrow
~~~~~~~~

Done
~~~~

-  ☒ simple text output


