SymPyCore provides a Julia
n interface to the SymPy library of Python.
SymPyPyCall
utilizes SymPyCore
and the PyCall
package (to provide the interop between Julia
and Python
) to enable access to Python's SymPy library using the practices and idioms of Julia
.
The package SymPyPythonCall does a similar thing with the PythonCall
package providing the interop.
Note It is anticipated that this package will be renamed
SymPy
at the next breaking change of the SymPy package. As such, it is not expected that this package will be registered. To install this package, usePkg.add(PackageSpec(url="https://github.com/jverzani/SymPyPyCall.jl"))
.
Installing this package should install the SymPyCore
package and the PyCall
package. The PyCall
package installs a Conda
package that installs the underlying SymPy library for Python.