Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrow (->) not rendered correctly in mknotebooks #1118

Open
omri374 opened this issue May 5, 2024 · 3 comments
Open

Arrow (->) not rendered correctly in mknotebooks #1118

omri374 opened this issue May 5, 2024 · 3 comments

Comments

@omri374
Copy link

omri374 commented May 5, 2024

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
Copy link
Author

omri374 commented May 6, 2024

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

@greenape
Copy link
Owner

greenape commented May 6, 2024

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 🙂

@RobinL
Copy link

RobinL commented Jun 10, 2024

@omri374 we have had the same problem and have fixed it this way:
moj-analytical-services/splink#2033

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants