Embedding a Julia variable value in Markdown ? #2211
Unanswered
gjunqueira-sys
asked this question in
Q&A
Replies: 2 comments
-
@gjunqueira-sys are you talking about the Observable variable? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello all. Is there a way to embed the value of a julia variable in a markdown text?
I saw there seems to be a way to do that in python but i tried with julia and it doesnt seem to output the value.
I want to do something simple like this:
"This is a text markdown displaying a computational result $x"
where x is a julia variable.
Beta Was this translation helpful? Give feedback.
All reactions