long_description
Project description
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-block 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 python doc.video(frames, f"videos/cats.gif?raw=true")
☒ 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
Built Distribution
File details
Details for the file cmx-0.0.45-py3-none-any.whl
.
File metadata
- Download URL: cmx-0.0.45-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8876d3c05b470e8b9baba0fb04e727fceae296267569c3510a2a01836372686 |
|
MD5 | 8621375c84dfa23c9072d53cc5c6d5bf |
|
BLAKE2b-256 | bc15e121e2455c7af0c17607529b15cf1adb26e7a43a42be4182bb16fb07e729 |