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
In certain places in the text, we load dataframes and typeset them in code fences. But if we just use ``` as the first fence, the box will get code-like syntax highlighting (which isn't desirable for data frames). We need to look through the book and make sure code fences for data frames start like ```code (which, unintuitively, typesets without syntax highlighting). I am fixing this in Ch 1 and 2 as part of #48 and #49 but we should do a global pass after polish round is done.
The text was updated successfully, but these errors were encountered:
As a side note, jupyterbook spits out a warning that it doesn't understand code tag -- which is why you don't get any syntax highlighting in that case ;) I imagine text should work, but needs investigation and we can punt it for later.
In certain places in the text, we load dataframes and typeset them in code fences. But if we just use ``` as the first fence, the box will get code-like syntax highlighting (which isn't desirable for data frames). We need to look through the book and make sure code fences for data frames start like ```code (which, unintuitively, typesets without syntax highlighting). I am fixing this in Ch 1 and 2 as part of #48 and #49 but we should do a global pass after polish round is done.
The text was updated successfully, but these errors were encountered: