Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use nbconvert's preprocessor framework #650

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 22, 2022

  1. Enable nbconvert config as a sphinx option.

    This enables users to give nbconvert configuration, such as preprocessor settings, as part of their sphinx config.
    jasongrout committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    f963a2a View commit details
    Browse the repository at this point in the history
  2. Use nbconvert's preprocessor infrastructure to execute the notebook.

    This allows the cell removal plugins to remove cells before execution, for example.
    
    There is a problem using this nbsphinx with ipywidets - it complains about missing files in the html-collect-pages step.
    jasongrout committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    369a2c0 View commit details
    Browse the repository at this point in the history
  3. Fix pep8 warnings

    jasongrout committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9e6eb8c View commit details
    Browse the repository at this point in the history