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.
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