mknotebooks
mknotebooks copied to clipboard
Arrow (->) not rendered correctly in mknotebooks
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:
Is there any way to fix the rendering of ->?
Update: I tried to convert the same notebook to html and markdown using nbconvert, and the results seem to render correctly.
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 🙂
@omri374 we have had the same problem and have fixed it this way: https://github.com/moj-analytical-services/splink/pull/2033