drivendataorg / drivendataorg/nbautoexport
Referencing images with markdown not carried over in output
- Dominant language
- Python
- Stars
- 87
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
* nbautoexport version: 0.3.1
* Python version: 3.8
* Operating System: Windows 10
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. ``. 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?
Contributor guide
Assessment
This issue has not been assessed yet.