Interactive tutorialΒΆ

This is the static description of the interactive tutorial for AMUSE.

The interactive tutorial is always delivered with the binary distribution and you can start it in that distribution with:

./amuse-tutorial

For the source distribution you can also run the interactive tutorial but you will need to install IPython notebook first (ipythonnb). Once you have installed ipython you can run the notebook with:

export PYTHONPATH=$PWD/src:$PYTHONPATH

cd doc/interactive_tutorial/

ipython notebook --pylab inline

Note

You will need to run the ipython command from the interactive tutorial directory. You also need to have amuse in your python path.

Note

The ipython notebook code depends on the tornado and the pyzmq modules. You will need to install these before installing the ipython notebook.