Skip to main content

No project description provided

Project description

Introducing CMX

REPL with Python Scripts via live documents.

See CMX In Action

  • insert a screencast gif here

this works just like a standard jupyter notebook. Only code you include in a with doc: block would be shown. The row context arranges the result side ways (via html) but it shows as a list on GitHub due to css restrictions.

for i in range(10):
    doc.print(i, end=' ')
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

  • scope inspection component

Tomorrow

Done

  • simple text output
  • layout row
  • saving matplotlib figures
  • video component
    doc.video(frames, f"videos/cats.gif")
    
  • image component
  • table component
  • yaml component

Project details


Release history Release notifications | RSS feed

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

vuer-0.0.0-py3-none-any.whl (9.4 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