Jump to content

andreles

Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by andreles

  1. If you're using Sympy in Python to perform calculations and you want to display the results in Alfred, JSON might not be the best option for directly supporting the latex output of Sympy here. JSON is primarily used for data interchange and may not have built-in support for complex text formatting like latex. However, there are other possibilities you can explore. One option is to convert the latex output from Sympy into an image format (such as PNG or SVG) and then display that image in Alfred. You can use libraries like Matplotlib or Pillow in Python to generate the image representation of the latex equation.
×
×
  • Create New...