Skip to content

Commit

Permalink
add backport of css fix for older nbconvert versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed May 13, 2024
1 parent 5997439 commit 87eaf79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jupyter_nbconvert_template/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
{%- block html_head_css -%}
{{ super() }}
<style type="text/css">
/* backport https://github.com/jupyter/nbconvert/pull/2032/commits/d2557d63c06b19694fc30564050b697bf102705f */
main {
height: 100%;
}
#custom-header {
background-image: url("../assets/images/ssc-logo.svg") !important;
background-repeat: no-repeat !important;
Expand Down

0 comments on commit 87eaf79

Please sign in to comment.