You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there are HTML & LaTeX options it would be good to compare the results for both. Currently trying jb build docs --builder pdfhtml results in a traceback b/c we need other packages installed:
Converting book HTML into PDF...
Traceback (most recent call last):
File "/Users/scott/miniconda3/envs/hackweek-guidebook/lib/python3.10/site-packages/jupyter_book/pdf.py", line 36, in _html_to_pdffrom pyppeteer import launch
ModuleNotFoundError: No module named 'pyppeteer'
The text was updated successfully, but these errors were encountered:
It would be nice to render a giant PDF in addition to the website https://jupyterbook.org/en/stable/advanced/pdf.html
Since there are HTML & LaTeX options it would be good to compare the results for both. Currently trying
jb build docs --builder pdfhtml
results in a traceback b/c we need other packages installed:The text was updated successfully, but these errors were encountered: