File tree Expand file tree Collapse file tree 3 files changed +32
-26
lines changed
Expand file tree Collapse file tree 3 files changed +32
-26
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -199,6 +199,9 @@ figcaption {
199199.slides { /* pull slides to left */
200200 margin-left : -30px !important ;
201201}
202+ .bk-Row { /* Bokeh plots don't respect container sizing, so hide them and use GIFs */
203+ display : none ;
204+ }
202205/* scrollbar formatting */
203206::-webkit-scrollbar-thumb {
204207 visibility : hidden ; /* hide the scrollbar when not in use */
Original file line number Diff line number Diff line change @@ -192,6 +192,9 @@ blockquote {
192192.slides { /* pull slides to left */
193193 margin-left : -20px !important ;
194194}
195+ .bk-Row { /* Bokeh plots don't respect container sizing, so hide them and use GIFs */
196+ display : none ;
197+ }
195198:root {
196199 --jp-ui-font-size1 : 11.5px ; /* size of tables in outputs */
197200 --jp-content-font-size1 : 19px ; /* base size of text */
You can’t perform that action at this time.
0 commit comments