You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyter_contrib_nbextensions/nbextensions/export_embedded
root ee22027d4f
fix rights to 755 (linux actual)
2 years ago
..
export_embedded.yaml fix rights to 755 (linux actual) 2 years ago
icon.png fix rights to 755 (linux actual) 2 years ago
main.js fix rights to 755 (linux actual) 2 years ago
readme.md fix rights to 755 (linux actual) 2 years ago

readme.md

Export HTML With Embedded Images

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)

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 can be resolved!