Running the examples -------------------- 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 :ref:`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): * `example 1 `_ * `example 2 `_ #. 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.