##// END OF EJS Templates
Catch interrupted poll() in terminal console...
Catch interrupted poll() in terminal console Alternative to my own PR #8108 - catch ZMQError in run_cell, and if it's caused by an interrupt, ignore it. more complex, especially if we want to handle the timeout nicely as proposed in the comments, but it's possibly also more convenient for other users of that API. Or perhaps not - I'm not sure what makes sense for other API consumers in this case. Fixes gh-8105

File last commit:

r19918:b7ba30ad
r20836:0b3b28de
Show More
display_priority.tplx
44 lines | 1.5 KiB | text/plain | TextLexer
Jonathan Frederic
Ran updated makefile...
r12662 ((= Auto-generated template file, DO NOT edit directly!
To edit this file, please refer to ../../skeleton/README.md =))
Matthias BUSSONNIER
lots of modification for latex
r9611 ((*- extends 'null.tplx' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608
((=display data priority=))
((*- block data_priority scoped -*))
MinRK
move mime-bundle data to rich output.data...
r18589 ((*- for type in output.data | filter_data_type -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- if type == 'application/pdf' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_pdf -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'image/svg+xml' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_svg -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'image/png' -*))
Matthias BUSSONNIER
move tex skeleton
r9631 ((*- block data_png -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'text/html' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_html -*))
((*- endblock -*))
Min RK
support markdown output in nbconvert
r19918 ((*- elif type == 'text/markdown' -*))
((*- block data_markdown -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'image/jpeg' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_jpg -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'text/plain' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_text -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'text/latex' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_latex -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- elif type == 'application/javascript' -*))
MinRK
run skeleton template makefile
r12456 ((*- block data_javascript -*))
((*- endblock -*))
MinRK
update nbconvert to nbformat 4
r18580 ((*- else -*))
((*- block data_other -*))
((*- endblock -*))
MinRK
run skeleton template makefile
r12456 ((*- endif -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- endfor -*))
((*- endblock data_priority -*))