I am trying to generate scientific symbolic writing using sympy in Pydroid 3. I have tried using Pydroid's interpreter and also Jupyter console running IPython on Pydroid's terminal.The Interpreter is using ASCII printer and unicode. I want it to print using Latex. I have tried init_session(use_latex=True)
but it doesn't change anything.
Asked
Active
Viewed 283 times
0
-
Does the Jupyter console in Pydroid support LaTeX? You might get better output with `use_unicode=True`. – Oscar Benjamin Dec 28 '20 at 17:59
-
I have tried that but it seems it's already using Unicode. Jupyter Notebook is able to use Latex but not its console running in Pydroid. – Sarbartha Sengupta Dec 29 '20 at 15:28