The output of the DataFrame package for Julia looks good in a Jupyter notebook, but converting to a pdf with nbconvert causes the following error.
! Package ucs Error: Unknown Unicode character 9474 = U+2502,
(ucs) possibly declared in uni-37.def.
(ucs) Type H to see if it is available with options.
See the ucs package documentation for explanation.
Type H <return> for immediate help.
...
l.410 │ Row │ A │ B │ C │
?
! Emergency stop.
...
l.410 │ Row │ A │ B │ C │
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on notebook.log.
The unicode character U+2502 is the "BOX DRAWINGS LIGHT VERTICAL", which is the vertical pipes the DataFrames package uses to separate the table columns.
Any suggestions on how to stop this?