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
☒ simple text output
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cmx-0.0.4-py3-none-any.whl.
File metadata
- Download URL: cmx-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78ad59b21bc86a81e0dd4f4a5c6840e2d6fb3549f97fa402d3928e8fd7cb2bb9
|
|
| MD5 |
d3cec1ae82f626342f18a809088475cd
|
|
| BLAKE2b-256 |
5be4c91de82fa613de4a6b6fde9cb4b5545b330e2be7bc017284feaa81e78b8f
|