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

Update nbconvert pinning #1161

Merged
merged 9 commits into from
Oct 4, 2022

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    cee863c View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml

    martinRenou committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5873f23 View commit details
    Browse the repository at this point in the history
  3. Update mistune import

    martinRenou committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d21d7ac View commit details
    Browse the repository at this point in the history
  4. Update Markdown exporter

    martinRenou committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    2e2f5cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41ec8ac View commit details
    Browse the repository at this point in the history
  6. Fix test

    martinRenou committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ccd9f1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    236ab8d View commit details
    Browse the repository at this point in the history
  8. Require an instance of VoilaMarkdownRenderer

    We need a class that can accept a contents_manager as parameter, this is
    not the case anymore with the new Mistune HTMLRenderer so we need to be
    more specific with the required trait
    martinRenou committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d06aa5b View commit details
    Browse the repository at this point in the history
  9. Fix nbclient pinning

    martinRenou committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    268511d View commit details
    Browse the repository at this point in the history