Running the examples -------------------- **You can simply view the rendered examples on github:** - `Example 1 `_ - `Example 2 `_ However, if you would like to run them yourself, please continue reading . . . The examples use the `Jupyter 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:: conda install jupyter #. 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.