You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Jupyter Lab with "jupyterlab-myst" installed.
code block:
x=9
markdown:
{eval}`x'
< p >text text {eval}`x' text test</ p >
Displayed as:
9
text text {eval}`x' text test
First instance of {eval}
x
displays "9" in output, but second instance of {eval}`x' in the html segment is not display as "9".Is there something missing, or another way to make this work ?
Beta Was this translation helpful? Give feedback.
All reactions