Describe the bug
ThinkPythonSolutions/build/lib/python3.13/site-packages/nbformat/__init__.py", line 171, in read
with open(fp, encoding="utf8") as f: # noqa: PTH123
~~~~^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'header_latex.ipynb'
To Reproduce
Steps to reproduce the behavior:
- cd latex
- make convert_book
Expected behavior
Would you confirm if 'header_latex.ipynb' is missing or Correct the build.sh (Line 22) in latex directory?
@AllenDowney