Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html_embed doesn't work for attached images #1041

Closed
waynebliu opened this issue Aug 10, 2017 · 3 comments
Closed

html_embed doesn't work for attached images #1041

waynebliu opened this issue Aug 10, 2017 · 3 comments

Comments

@waynebliu
Copy link

!jupyter nbconvert --to html_embed embedhtmltest.ipynb

[NbConvertApp] Converting notebook embedhtmltest.ipynb to html_embed
Traceback (most recent call last):
File "/home/wayne/miniconda3/envs/mypy/bin/jupyter-nbconvert", line 11, in
load_entry_point('nbconvert==5.2.1', 'console_scripts', 'jupyter-nbconvert')()
File "/home/wayne/miniconda3/envs/mypy/lib/python3.6/site-packages/jupyter_core/application.py", line 267, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
File "/home/wayne/miniconda3/envs/mypy/lib/python3.6/site-packages/traitlets/config/application.py", line 658, in launch_instance
app.start()
File "/home/wayne/miniconda3/envs/mypy/lib/python3.6/site-packages/nbconvert/nbconvertapp.py", line 313, in start
self.convert_notebooks()
File "/home/wayne/miniconda3/envs/mypy/lib/python3.6/site-packages/nbconvert/nbconvertapp.py", line 481, in convert_notebooks
self.convert_single_notebook(notebook_filename)
File "/home/wayne/miniconda3/envs/mypy/lib/python3.6/site-packages/nbconvert/nbconvertapp.py", line 452, in convert_single_notebook
output, resources = self.export_single_notebook(notebook_filename, resources, input_buffer=input_buffer)
File "/home/wayne/miniconda3/envs/mypy/lib/python3.6/site-packages/nbconvert/nbconvertapp.py", line 381, in export_single_notebook
output, resources = self.exporter.from_filename(notebook_filename, resources=resources)
File "/home/wayne/miniconda3/envs/mypy/lib/python3.6/site-packages/nbconvert/exporters/exporter.py", line 172, in from_filename
return self.from_file(f, resources=resources, **kw)
File "/home/wayne/miniconda3/envs/mypy/lib/python3.6/site-packages/nbconvert/exporters/exporter.py", line 190, in from_file
return self.from_notebook_node(nbformat.read(file_stream, as_version=4), resources=resources, **kw)
File "/home/wayne/miniconda3/envs/mypy/lib/python3.6/site-packages/jupyter_contrib_nbextensions/nbconvert_support/embedhtml.py", line 57, in from_notebook_node
embedded_output = regex.sub(self.replfunc, output)
File "/home/wayne/miniconda3/envs/mypy/lib/python3.6/site-packages/jupyter_contrib_nbextensions/nbconvert_support/embedhtml.py", line 35, in replfunc
with open(url, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'attachment:2017-08-10-165533_1280x800_scrot.png'

@juhasch
Copy link
Member

juhasch commented Aug 12, 2017

Thanks for reporting.
The exporter does not yet now about the new embedded image types.

Should be not too hard to fix, however might take a few days.

@waynebliu
Copy link
Author

I tried your code and it worked very well. Happy if this could be merged and released :)

Thanks!

@juhasch
Copy link
Member

juhasch commented Aug 19, 2017

Thanks for the feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants