We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a8373 commit 2c8dba1Copy full SHA for 2c8dba1
1 file changed
Documentation/package-compatibility.md
@@ -38,3 +38,17 @@ To install:
38
```
39
ipy -m pip install requests==2.21.0
40
41
+
42
+## sympy (1.4)
43
44
+To install:
45
+```
46
+ipy -m pip install sympy==1.4
47
48
49
+The above will also automatically install `mpmath` 1.2.1 if not yet installed.
50
51
+`sympy` comes with an interactive console, which can be started with:
52
53
+ipy -m isympy
54
0 commit comments