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

Add an invalid notebook error #1675

Merged
merged 2 commits into from Dec 10, 2021
Merged

Commits on Nov 18, 2021

  1. Add an invalid notebook error

    Motivation:
      - As we are now service hundreds of thousands of notebooks a day, we are
        seeing a number of errors from Notebook rendering that really stem
        from notebooks not being properly formated. These show up in a number
        of errors such as the error handled in this pr, an assertion error,
        we have also seen key errors and others. This pr is a bit of a proposal
        to instead introduced a common exception that indicates the notebook
        is missing some required data that is needed to render itself.
    gwincr11 committed Nov 18, 2021
    Copy the full SHA
    fed11e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Update nbconvert/filters/markdown_mistune.py

    Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
    gwincr11 and Carreau committed Dec 10, 2021
    Copy the full SHA
    493aa18 View commit details
    Browse the repository at this point in the history