-
Notifications
You must be signed in to change notification settings - Fork 9
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
Referencing images with markdown not carried over in output #73
Comments
@adfi A few options that are workarounds: A couple options for us to better support this scenario: |
Thanks for your reply. (1) As you say this one isn't what we're looking for (3) That would be helpful in general |
Awesome, we'd definitely take a PR for 3, which should be easy. Here's the relevant code block: nbautoexport/nbautoexport/export.py Lines 99 to 102 in 3e9a1ed
To implement it, we'd need a few things:
|
Thanks for the guidance, I'll try to work on it this week. |
I have a jupyter notebook and I have an image together in the same folder. I then inserted the image into the notebook using markdown i.e.
![png](image.png)
. This displays fine within the notebook.When running nbautoexport to export the notebook to markdown the result is placed in a separate folder called markdown. However the path to the image stays the same which causes it to not be displayed. Is there a way to update the path such that it points to the original file?
There is a workaround which involves displaying the image using code. The image then does get copied over to the markdown folder.
What is your preferred use? Should we not use markdown to insert images?
The text was updated successfully, but these errors were encountered: