# Examples ```{eval-rst} .. note:: Some examples overwrite or create files or directories. If running in the PyMCNP/examples directory, run the following command to clean the directory: :: rm -R pymcnp-*; rm *.pdf; rm *.csv; rm *.parquet ``` PyMCNP includes examples for reading INP, PTRAC, and OUTP, creating INP, and doing workflows, such as visualizing, running, and plotting. ## Table of Contents ```{eval-rst} .. toctree:: :maxdepth: 1 examples/create examples/do examples/read ```