#!/usr/bin/env python # coding: utf-8 # This notebook is part of the `nbsphinx` documentation: https://nbsphinx.readthedocs.io/. # # Controlling Notebook Execution # # Notebooks with no outputs are automatically executed during the Sphinx build process. # If, however, there is at least one output cell present, the notebook is not evaluated and included as is. # # The following notebooks show how this default behavior can be used and customized. # * [Pre-Executing Notebooks](pre-executed.ipynb) # * [Explicitly Dis-/Enabling Notebook Execution](never-execute.ipynb) # * [Ignoring Errors](allow-errors.ipynb) # * [Ignoring Errors on a Per-Cell Basis](allow-errors-per-cell.ipynb) # * [Configuring Kernels](configuring-kernels.ipynb) # * [Cell Execution Timeout](timeout.ipynb)