QuantEcon / lecture-julia.myst

Lecture source for "Quantitative Economics with Julia"
https://julia.quantecon.org/intro.html
52 stars 43 forks source link

14.2.1: some code block outputs not actually inside blocks #43

Open jbrightuniverse opened 3 years ago

jbrightuniverse commented 3 years ago

Render shows up like this:

image

I'm unsure if the lower two are also supposed to be in codeblocks, or if these are automatically not put in codeblocks. In the notebook, for example, they show up as the usual "out" region.

https://github.com/QuantEcon/lecture-julia.myst/blob/main/lectures/software_engineering/need_for_speed.md#methods-and-functions

jlperla commented 3 years ago

For these I would doubltcheck the source to see if there are special code block things in the myst, and then look in the https://github.com/QuantEcon/lecture-source-jl at the old code to see if there was something funky that they were trying to do. Maybe these are the way they are supposed to be... not sure.

jlperla commented 3 years ago

If the underlying content is there and this is just a display thing that has no other side-effects, then this is the sort of display thing that I don't think we need to worry about at this point until we ensure all the content is actually there.

jbrightuniverse commented 3 years ago

The myst looks normal and the original source also doesn't seem out of the ordinary so I suspect this is just a display thing. We can put this off for now.