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
I'm trying to export my jupyter notebook using myst to either a pdf or docx. I have a number of variables that are strings such as my_var = "example_string". When I use evalmy_var it renders correctly inline within the jupyter notebook but when I try to use myst build --pdf the rendered pdf shows ' ' around all of the variables. Is there a way to render the variables without the ' ' around them? It renders correctly for int type values but not strings.
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
-
I'm trying to export my jupyter notebook using myst to either a pdf or docx. I have a number of variables that are strings such as my_var = "example_string". When I use eval
my_var
it renders correctly inline within the jupyter notebook but when I try to use myst build --pdf the rendered pdf shows ' ' around all of the variables. Is there a way to render the variables without the ' ' around them? It renders correctly for int type values but not strings.Beta Was this translation helpful? Give feedback.
All reactions