notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

input cells in giddy/Mobility_measures not rendering properly

Open knaaptime opened this issue 6 years ago • 3 comments

when converting the notebooks from ipynb to html directly with nbconvert, everything works fine, but the cells in the book are rendered like this

image

knaaptime avatar Jan 07 '19 18:01 knaaptime

Mmm... would this be an issue then with jupyter-book? Maybe @choldgraf has seen this?

darribas avatar Jan 10 '19 18:01 darribas

hmmm - this looks like something isn't being chunked properly in the markdown -> html conversion. I'm not sure whether it's a jupyter book thing or a jekyll thing...does the markdown in the _build section look correct?

choldgraf avatar Jan 10 '19 19:01 choldgraf

Another thought - it seems like in some cases, markdown tables are getting confused because of | in the mathjax (I think that's why some extra columns are showing up). I wonder if there's a way to programmatically avoid this? Ideally you'd want to just "not parse" anything that's in between the $$ for the purposes of building the table structure.

choldgraf avatar Jan 10 '19 19:01 choldgraf