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

update dockerfile to render jupyter notebook equations #2758

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

m-julian
Copy link

@m-julian m-julian commented Oct 9, 2024

Hello,

This pr should address the issue where the equations in jupter notebooks were not being rendered correctly in issue #2757 .

@george-gca george-gca linked an issue Oct 9, 2024 that may be closed by this pull request
2 tasks
@george-gca
Copy link
Collaborator

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
Copy link
Author

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/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latex equations not rendering in a jupyter notebook
2 participants