-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
As an extension to #50: Much like the the orgmode screenshot supplied,
is it possible to have a display option, specifically for source code blocks in markup where the result is printed to the document itself?
Example:
```python
print('Hello, World!')
```
_Result:_
```plain
Hello, World!
```
This way you can save the output for sharing/publishing, similar to Orgmode or Jupyter Notebooks.
You could keep virtual text on but have this as a compile step for your individual cells.
As I imagine such a feature should be exempt from REPL capabilities, otherwise it could cause some problems.
BoltsJ, minhd-vu, gerazov and jkmacc-LANL
Metadata
Metadata
Assignees
Labels
No labels