Skip to content

jverzani/SymPyPythonCall.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SymPyPythonCall

Docs Build Status Coverage

SymPyCore provides a Julian interface to the SymPy library of Python.

SymPyPythonCall utilizes SymPyCore and the PythonCall 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 SymPyPyCall does a similar thing with the PyCall package providing the interop.

Installation

Installing this package should install the SymPyCore package and the PythonCall package. The PythonCall package installs a CondaPkg package that installs the underlying SymPy library for Python.