Skip to main content

long_description

Project description

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.

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.

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

  • [x] simple text output

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cmx-0.0.2-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page