Skip to content

Commit 92f6044

Browse files
committed
readme, and yaml
1 parent 775c2c4 commit 92f6044

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: IPython Notebook Extension
2-
Compatibility: 5.x
2+
Compatibility: 5.1
33
Main: main.js
44
Name: Export Embedded HTML
5-
Description: "Export an Embedded HTML"
5+
Description: "Export a HTML File which has all images encoded in Base64."
66
Icon: icon.png
77
Link: readme.md

src/jupyter_contrib_nbextensions/nbextensions/export_embedded/readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ Export Embedded HTML
22
====================
33
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)
44

5+
**Note**: This extension can so far only successfully read relative images paths in the markdown cells (e.g. `![](graphics/pic.png)`) when jupyter is started in the same folder (working directory) where the relative paths make sense!
6+
7+

0 commit comments

Comments
 (0)