-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
QuantEcon/quantecon-book-theme
#82Labels
Description
Hi @mmcky ,
I found that code blocks have a label "Out", even though code-block is not the output of any code. This screen shot shows this issue. (left:RST, right:MYST)
This issue only happens to a code-block which is written as {code-block} none in VS code of MYST.
Whereas, code-block which is written as {code-block} python3 in VS code of MYST has output like below. (green box is the output) I guess that all code-block should have this form of output...
This issue happens in:
12. Finite Markov Chains
46. Schelling’s Segregation Model

