You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a pull request for a notebook extension which uses the html_embed.py exporter.
So far, the exporter can open and convert markdown image links to base64 only if the working directory of jupyter is the same as the opened notebook.ipynb.
Could we generally handover the relative URL as a resource to the NbconvertFileHandler.
There is a pull request for a notebook extension which uses the
html_embed.py
exporter.So far, the exporter can open and convert markdown image links to base64 only if the working directory of jupyter is the same as the opened notebook.ipynb.
Could we generally handover the relative URL as a resource to the NbconvertFileHandler.
such that certain exporters such as
html_embed.py
can resolve the image links and successfully open the image?Or is there another better way of doing this? (but needs to be in place and working when all jupyter_notebook_nbextensions are installed)
The text was updated successfully, but these errors were encountered: