Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A markdown kernel? #57

Closed
BoPeng opened this issue Mar 26, 2018 · 1 comment
Closed

A markdown kernel? #57

BoPeng opened this issue Mar 26, 2018 · 1 comment

Comments

@BoPeng
Copy link
Contributor

BoPeng commented Mar 26, 2018

Currently we have a %render magic to process whatever output from a cell in markdown or other formats. This is a powerful mechanism but it is complicated if you just want to enter some markdown.

A markdown kernel is a bad idea because there are already markdown cells that are handled by Jupyter, and there is no concept of variable etc in markdown. However, with SoS, a markdown kernel can be useful with something like

%expand
* This is result whatever {result}

Basically, the %expand magic would make the kernel useful in an SoS environment.

@BoPeng
Copy link
Contributor Author

BoPeng commented Mar 26, 2018

Implemented in markdown-kernel

@BoPeng BoPeng closed this as completed Mar 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant