jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

nbconvert misses to insert output_scroll #391

Open parthi2929 opened 6 years ago

parthi2929 commented 6 years ago

Hi

For long outputs, the nbconvert HTML exporter seem to be missing to insert output_scroll to the respective div. Please check screenshot below comparing notebook and the html output.

2018-07-09_14h00_17

Since I deal with multiple notebooks, it is manually tedious to do the correction myself (difficult is having to find those outputs that have long outputs, for which scrolling should be enabled as in notebook)

Please let me know if any workaround or when it could be fixed?