Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 653 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 653 Bytes

SymPy Notebooks

This repository contains examples of using SymPy within Jupyter Notebooks.

The examples are broken up into three categories based on difficulty of both the mathematics and programming concepts. They roughly follow the following guide:

beginner : Simple examples appropriate for first steps in using SymPy, for someone with little or no programming experience.

Download and installation

You can downloading the repository content with

$ git clone git://github.com/sympy/sympy-notebooks.git

You can install an Anaconda environment for using the content in the repository with

conda env create -f environment.yml