We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Binary content is in the output cell but not displayed:
V3: https://journalofdigitalhistory.org/en/notebook-viewer/JTJGcHJveHktZ2l0aHVidXNlcmNvbnRlbnQlMkZqZGgtb2JzZXJ2ZXIlMkZCdVd2dEpGeGgzd3klMkZtYWluJTJGYXJ0aWNsZS5pcHluYg==?idx=89&v=3
Previous version: https://journalofdigitalhistory.org/en/notebook-viewer/JTJGcHJveHktZ2l0aHVidXNlcmNvbnRlbnQlMkZqZGgtb2JzZXJ2ZXIlMkZCdVd2dEpGeGgzd3klMkZtYWluJTJGYXJ0aWNsZS5pcHluYg==?idx=89
def image_metadata(image: str, metadata:str = None): if metadata is not None: metadata = { "jdh": { "module": "object", "object": { "type":"image", "source": [metadata] } } } if not Path(image).exists(): print(f'THE IMAGE DOES NOT EXIST: SKIPPING') return
and by executing code:
The text was updated successfully, but these errors were encountered:
issue #677: v3: figure not displayed
09fdb90
The image is not displayed because there is no aspect-ratio and no height tags. It's a bug that appeared by fixing #653
It's fixed now. But without any tag, the height of the picture is defined on the half of the window height (see #653 for the rules) https://journalofdigitalhistory.netlify.app/en/notebook-viewer/JTJGcHJveHktZ2l0aHVidXNlcmNvbnRlbnQlMkZqZGgtb2JzZXJ2ZXIlMkZCdVd2dEpGeGgzd3klMkZtYWluJTJGYXJ0aWNsZS5pcHluYg==?idx=89&v=3
Sorry, something went wrong.
frederic-reis
No branches or pull requests
Binary content is in the output cell but not displayed:
V3:
https://journalofdigitalhistory.org/en/notebook-viewer/JTJGcHJveHktZ2l0aHVidXNlcmNvbnRlbnQlMkZqZGgtb2JzZXJ2ZXIlMkZCdVd2dEpGeGgzd3klMkZtYWluJTJGYXJ0aWNsZS5pcHluYg==?idx=89&v=3
Previous version:
https://journalofdigitalhistory.org/en/notebook-viewer/JTJGcHJveHktZ2l0aHVidXNlcmNvbnRlbnQlMkZqZGgtb2JzZXJ2ZXIlMkZCdVd2dEpGeGgzd3klMkZtYWluJTJGYXJ0aWNsZS5pcHluYg==?idx=89
and by executing code:
The text was updated successfully, but these errors were encountered: