Allow variables in markdown cells #1651
bhougland18
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can use this to generate markdown dynamically: https://hexdocs.pm/kino/Kino.Markdown.html :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if the markdown cells could reference variables, or resolve functions, that are contained in code cells and insert the result/value. This way if the data is updated then the context pertaining to a particular dataset/chart would be accurate.
Beta Was this translation helpful? Give feedback.
All reactions