Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for generating a Jupyter Book PDF #105

Open
scottyhq opened this issue Jun 15, 2022 · 0 comments
Open

Add instructions for generating a Jupyter Book PDF #105

scottyhq opened this issue Jun 15, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@scottyhq
Copy link
Contributor

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:

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_pdf
    from pyppeteer import launch
ModuleNotFoundError: No module named 'pyppeteer'
@scottyhq scottyhq added the documentation Improvements or additions to documentation label Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant