I'm relatively new to Python and programming in general. I'm trying to create a Jupyter Notebook that recreates plots shown in an engineering textbook. I have some markdown cells where I've used LaTeX notation to display equations that have a few greek letters. The equations appear beautifully within the Jupyter Notebook. But when I "Download As" HTML, or use nbconvert to HTML, the resulting HTML file does not show the mathematical expressions, but rather the LaTeX notation. This happens with all web browsers I have (Chrome, Firefox, Edge).
I have seen some possible solutions online that point to external websites. The bad news is I do not have access / permissions to do something like that. The good news, however, is I do have access to the Pypi repo. So, if there are libraries that I need in order to make the expressions appear properly, I should be able to install it. V/r.