Closed m-julian closed 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.
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/.
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 .