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

Convert to markdown, overlapping images with different cells and the same name, causing confusion #2163

Open
linavaos opened this issue Jul 16, 2024 · 1 comment

Comments

@linavaos
Copy link

I pasted 2 screenshots into the cell like this
image
image
I execute
jupyter nbconvert --to markdown 'notebook/机器学习算法/03.case.ipynb'
image

@takluyver
Copy link
Member

It does look like ExtractAttachmentsPreprocessor always uses the filename from the attachment, but attachments are per-cell, so the same name can be reused. It also defaults to sharing a directory with extracted outputs, so it could collide with those.

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

No branches or pull requests

2 participants