Commit 2b107cd
authored
FIX: comment out pyo.init_notebook_mode to fix PDF build (#309)
pyo.init_notebook_mode(connected=True) outputs only text/html which the
LaTeX builder cannot render. With -W (warnings-as-errors) this kills the
PDF build. The lecture uses kaleido for static PNG export so this call is
not needed for the book build.
Closes #3081 parent 98e5292 commit 2b107cd
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
924 | | - | |
| 924 | + | |
| 925 | + | |
925 | 926 | | |
926 | 927 | | |
927 | 928 | | |
| |||
0 commit comments