mknotebooks icon indicating copy to clipboard operation
mknotebooks copied to clipboard

Arrow (->) not rendered correctly in mknotebooks

Open omri374 opened this issue 1 year ago • 3 comments

Hi, the following Python code:

def compare_dicom_images(
    instance_original: pydicom.dataset.FileDataset,
    instance_redacted: pydicom.dataset.FileDataset,
    figsize: tuple = (11, 11)
) -> None:

Is rendered this way: image

Is there any way to fix the rendering of ->?

omri374 avatar May 05 '24 19:05 omri374

Update: I tried to convert the same notebook to html and markdown using nbconvert, and the results seem to render correctly.

omri374 avatar May 06 '24 08:05 omri374

I don't have very much time to maintain this lib alas, I'll try and take a look at some point but you might also want to try https://github.com/danielfrg/mkdocs-jupyter which is a bit more lively 🙂

greenape avatar May 06 '24 09:05 greenape

@omri374 we have had the same problem and have fixed it this way: https://github.com/moj-analytical-services/splink/pull/2033

RobinL avatar Jun 10 '24 17:06 RobinL