gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

New Command Suggestion: !tex #108

Open RandomDev26 opened 3 years ago

RandomDev26 commented 3 years ago

This command would take in input of tex, and render it.

So something like !tex \theta_j := \theta_j - \alpha \sum^{m}{i=1} (h\theta(x_i)-j_i)

would output image

I currently plan to use matplotlib to render, but It may change.