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
Copy file name to clipboardExpand all lines: src/jupyter_contrib_nbextensions/nbextensions/export_embedded/readme.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,6 @@ Export Embedded HTML
2
2
====================
3
3
This extension allows exporting an embedded HTML by an additional download option in File -> Download -> HTML Embedded, (works like: jupyter nbconvert --to html_embed notebook.ipynb)
4
4
5
+
**Note**: This extension can so far only successfully read relative images paths in the markdown cells (e.g. ``) when jupyter is started in the same folder (working directory) where the relative paths make sense!
0 commit comments