dccsillag / magma-nvim

Interact with Jupyter from NeoVim.
GNU General Public License v3.0
988 stars 50 forks source link

[Bug] LaTeX equations aren't being displayed correctly when using sympy #70

Open SingularisArt opened 1 year ago

SingularisArt commented 1 year ago

Here's the code:

import sympy

x = sympy.symbols("x")
x**2

When I run the command, here's what I get: Screenshot_2022-11-21_22-14-43

Here's what I expect to get: Screenshot_2022-11-21_22-16-44