The examples use the IPython Notebook to provide narrative descriptions along with executable code.
See IPython Notebook Tutorials to learn more about using the IPython Notebook.
Install metaseq and dependencies (see Installation)
Make sure you are using the environment where metaseq is installed
Make sure you have the IPython Notebook:
pip install ipython[all]
Download each example notebook as a file (right-click, save as):
In the directory where you saved the notebooks, run:
ipython notebook
A browser window should pop up, and you can click on the example notebooks. See the IPython Notebook page for more information about the IPython Notebook in general.