alshedivat / al-folio

A beautiful, simple, clean, and responsive Jekyll theme for academics
https://alshedivat.github.io/al-folio/
MIT License
11.33k stars 11.28k forks source link

update dockerfile to render jupyter notebook equations #2758

Closed m-julian closed 1 month ago

m-julian commented 1 month ago

Hello,

This pr should address the issue where the equations in jupter notebooks were not being rendered correctly in issue https://github.com/alshedivat/al-folio/issues/2757 .

george-gca commented 1 month ago

Thanks for finding a fix for this. Can you test it with python3-pip package instead of pipx, and installing the packages with it? pipx relies on pip (and venv), so using only pip is better.

m-julian commented 1 month ago

Hi @george-gca, I've tested it on my end with pip and it works. I did have to add the --break-system-packages option because otherwise it does not allow installation of packages without making a virtual environment https://peps.python.org/pep-0668/.