Skip to content

Commit

Permalink
Add explicit SymPy install command
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 16, 2025
1 parent ae768c7 commit 220401f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{% set host = "https://www.sympy.org/live" %}
{% set path = "/repl/" %}
{% set query = "?toolbar=1&kernel=python" %}
{% set code1 = "%pip install sympy" %}
{% set code1 = "from sympy import *" %}
{% set code2 = "init_printing()" %}
{% set code3 = "x, y, z, t = symbols('x y z t')" %}
Expand Down

0 comments on commit 220401f

Please sign in to comment.